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 trying to pass a function tool to a chat completion, but I want to add the "strict": true additional param, but it looks like additional params isn't supported on the ChatCompletionFunctionsArgs builder?
It seems to be supported by the FunctionObjectBuilder, but going through the docs it looks like that's only for the assistants api? I want to use the function calling for chat completions api.
The text was updated successfully, but these errors were encountered:
I'm trying to pass a function tool to a chat completion, but I want to add the "strict": true additional param, but it looks like additional params isn't supported on the ChatCompletionFunctionsArgs builder?
It seems to be supported by the FunctionObjectBuilder, but going through the docs it looks like that's only for the assistants api? I want to use the function calling for chat completions api.
The text was updated successfully, but these errors were encountered: