Table of Contents

Namespace OpenAI.Threads

Classes

Attachment
CodeInterpreter
CodeInterpreterOutputs
CreateRunRequest

Create a run on a thread.

CreateThreadAndRunRequest
CreateThreadRequest
FunctionCall
IncompleteDetails
Message
MessageDelta
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.

RequiredAction
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.

RunStepDelta
RunStepMessageCreation
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.

SubmitToolOutputs
SubmitToolOutputsRequest
ThreadExtensions
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

ToolCall
ToolOutput

Tool function call output

TruncationStrategy

Enums

CodeInterpreterOutputType
IncompleteMessageReason
MessageStatus
RunStatus
RunStepType
TruncationStrategies