Namespace OpenAI.Threads
Classes
- CreateRunRequest
Create a run on a thread.
- MessageResponse
A message created by an Assistant or a user. Messages can include text, images, and other files. Messages stored as a list on the Thread.
- RunResponse
An invocation of an Assistant on a Thread. The Assistant uses it's configuration and the Thread's Messages to perform tasks by calling models and tools. As part of a Run, the Assistant appends Messages to the Thread.
- RunStepResponse
A detailed list of steps the Assistant took as part of a Run. An Assistant can call tools or create Messages during it's run. Examining Run Steps allows you to introspect how the Assistant is getting to it's final results.
- StepDetails
The details of the run step.
- ThreadResponse
A conversation session between an Assistant and a user. Threads store Messages and automatically handle truncation to fit content into a model's context.
- ThreadsEndpoint
Create threads that assistants can interact with.
https://platform.openai.com/docs/api-reference/threads
- ToolOutput
Tool function call output