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
I'm definitely in need for this feature, or at least a workaround. Is there a way to add strict to a tooldef so that the jsonschema passed to the llm is adhered to more consistently? I'm getting non-adherence to my schema in tool responses and it may be because of this
Feature Request
ToolDefinition does not contain a
strict
optionhttps://platform.openai.com/docs/assistants/tools/function-calling
Alternatives
The only alternative is to validate the returned JSON manually
The text was updated successfully, but these errors were encountered: