Is there a function calling schema to follow and now which options we have?

I am making apps with openai, but for some tools I need some things, I don’t know which things I can do, but I need to have a reference of what I can do in a schema of tool.

Is there a web page that explain the schema and the options we can select?.

https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools

https://platform.openai.com/docs/api-reference/chat/create#chat-create-tool_choice

https://platform.openai.com/docs/api-reference/chat/create#chat-create-parallel_tool_calls

Assistants documentation on tools starts here: https://platform.openai.com/docs/api-reference/assistants/createAssistant#assistants-createassistant-tools

2 Likes