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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
move the required after properties but within parameters like below:
{
"type": "function",
"function": {
"name": "getNickname",
"description": "Get the nickname of a city",
"parameters": {
"type": "object",
"properties": {
"location": {"type": "string", "description": "The city and state e.g. San Francisco, CA"},
},
"required": ["location"]
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think OpenAi has changed some parameter when creating an assistant and setting tools.
When creating an assistant:
An error occurs:
Might be because tools has null as a parameter, and it doesnt accept it unless its AssistantToolsEnum.FUNCTION?
The text was updated successfully, but these errors were encountered: