You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to also add steps for "regular" function calling?
The use case I'm looking at is involving providing a function schema to the LLM to use for enriching the context and then I would like to end up with the structured output in the final step.
Maybe that is already possible?
The text was updated successfully, but these errors were encountered:
I'm not sure I understand. That's exactly what the library already does. define your function schema as an ecto schema, call the LLM, it will return that exact schema.
Would it be possible to also add steps for "regular" function calling?
The use case I'm looking at is involving providing a function schema to the LLM to use for enriching the context and then I would like to end up with the structured output in the final step.
Maybe that is already possible?
The text was updated successfully, but these errors were encountered: