Package com.openai.models.beta.threads.runs
See: Description
-
Class Summary Class Description Builder A builder for RequiredActionFunctionToolCall. Builder A builder for Function. Function The function definition. RequiredActionFunctionToolCall Tool call objects Builder A builder for Run. Builder A builder for IncompleteDetails. Reason The reason why the run is incomplete. IncompleteDetails Details on why the run is incomplete. Builder A builder for LastError. Code One of server_error,rate_limit_exceeded, orinvalid_prompt.LastError The last error associated with this run. Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. Builder A builder for RequiredAction. Builder A builder for SubmitToolOutputs. SubmitToolOutputs Details on the tool outputs needed for this run to continue. RequiredAction Details on the action required to continue the run. Builder A builder for TruncationStrategy. Type The truncation strategy to use for the thread. TruncationStrategy Controls for how a thread will be truncated prior to the run. Builder A builder for Usage. Usage Usage statistics related to the run. Run Represents an execution run on a thread. Builder A builder for RunCancelParams. RunCancelParams Cancels a run that is in_progress.Builder A builder for RunCreateParams. Builder A builder for Body. Body Builder A builder for AdditionalMessage. Content The text contents of the message. Role The role of the entity that is creating the message. Builder A builder for Attachment. Tool Attachment Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. AdditionalMessage Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. Builder A builder for TruncationStrategy. Type The truncation strategy to use for the thread. TruncationStrategy Controls for how a thread will be truncated prior to the run. RunCreateParams Create a run. Builder A builder for RunListPage. RunListPage Builder A builder for RunListPageAsync. RunListPageAsync Builder A builder for RunListPageResponse. RunListPageResponse Builder A builder for RunListParams. Order Sort order by the created_attimestamp of the objects.RunListParams Returns a list of runs belonging to a thread. Builder A builder for RunRetrieveParams. RunRetrieveParams Retrieves a run. RunStatus The status of the run, which can be either queued,in_progress,requires_action,cancelling,cancelled,failed,completed,incomplete, orexpired.Builder A builder for RunSubmitToolOutputsParams. Builder A builder for Body. Body Builder A builder for ToolOutput. ToolOutput RunSubmitToolOutputsParams When a run has the status: "requires_action"andrequired_action.typeissubmit_tool_outputs, this endpoint can be used to submit the outputs from the tool calls once they're all completed.Builder A builder for RunUpdateParams. Builder A builder for Body. Body Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. RunUpdateParams Modifies a run. -
Enum Summary Enum Description Known An enum containing Reason's known values. Value An enum containing Reason's known values, as well as an _UNKNOWN member. Known An enum containing Code's known values. Value An enum containing Code's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Role's known values. Value An enum containing Role's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Order's known values. Value An enum containing Order's known values, as well as an _UNKNOWN member. Known An enum containing RunStatus's known values. Value An enum containing RunStatus's known values, as well as an _UNKNOWN member.