Run Handler
Functions
Cancels the given run that is RunStatus.IN_PROGRESS.
Cancels the run with the given id that is RunStatus.IN_PROGRESS.
Creates (and starts) a new Run object.
Lists the 20 most recent runs for the thread.
Lists runs for the thread.
Modifies the given run to have the given updated values.
Modifies the run with the given id to have the given updated values.
Returns a handler for interacting with the steps in the given run.
Returns a handler for interacting with the steps in the run with the given id.
When a run has the status RunStatus.REQUIRED_ACTION and the action type is RequiredAction.Type.SUBMIT_TOOL_CALLS, this method 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.