Skip to content

Conversation

jovani-x
Copy link

@jovani-x jovani-x commented Feb 3, 2025

Replaced Array<any> with Array<AnalyzeRecipeInstructions200ResponseParsedInstructionsInner>.

as I can see, analyzedInstructions part in the response looks similar to the AnalyzeRecipeInstructions200ResponseParsedInstructionsInner class:

...
"analyzedInstructions": [
        {
            "name": "",
            "steps": [...],
        },
],
...
class AnalyzeRecipeInstructions200ResponseParsedInstructionsInner {
  "name": string;
  "steps"?: Set<AnalyzeRecipeInstructions200ResponseParsedInstructionsInnerStepsInner>;
  ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant