Optional
options: RequestOptions<unknown>Create a run.
Optional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>A helper to create a run an poll for a terminal state. More information on Run lifecycles can be found here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
Optional
options: RequestOptions<unknown> & { Create a Run stream
Optional
options: RequestOptions<unknown>Returns a list of runs belonging to a thread.
Optional
query: RunListParamsOptional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>A helper to poll a run status until it reaches a terminal state. More information on Run lifecycles can be found here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
Optional
options: RequestOptions<unknown> & { Retrieves a run.
Optional
options: RequestOptions<unknown>Create a Run stream
Optional
options: RequestOptions<unknown>When a run has the status: "requires_action"
and required_action.type
is
submit_tool_outputs
, this endpoint can be used to submit the outputs from the
tool calls once they're all completed. All outputs must be submitted in a single
request.
Optional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>A helper to submit a tool output to a run and poll for a terminal run state. More information on Run lifecycles can be found here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
Optional
options: RequestOptions<unknown> & { Submit the tool outputs from a previous run and stream the run to a terminal state. More information on Run lifecycles can be found here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
Optional
options: RequestOptions<unknown>Modifies a run.
Optional
options: RequestOptions<unknown>
Cancels a run that is
in_progress
.