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
This documentation makes it seem like we should be using a "run" for every chat step, regardless of whether we expect tool calling. The purpose of runs is basically to encapsulate a process of assistant response generation that may or may not require multiple steps. https://platform.openai.com/docs/assistants/overview
This documentation makes it seem like we should be using a "run" for every chat step, regardless of whether we expect tool calling. The purpose of runs is basically to encapsulate a process of assistant response generation that may or may not require multiple steps. https://platform.openai.com/docs/assistants/overview
Spec for the run object: https://platform.openai.com/docs/api-reference/runs/object
Spec for submitToolOutputs endpoint: https://platform.openai.com/docs/api-reference/runs/submitToolOutputs
Review the sample code here: https://platform.openai.com/docs/assistants/quickstart#step-4-create-a-run
Some useful info on run lifecycle management here: https://platform.openai.com/docs/assistants/deep-dive#run-lifecycle
The text was updated successfully, but these errors were encountered: