RunSubmitToolOutputsStreamParams: {
    stream: undefined | true;
    thread_id: string;
    tool_outputs: ToolOutput[];
}

Type declaration

  • stream: undefined | true
  • thread_id: string

    Path param: The ID of the thread to which this run belongs.

  • tool_outputs: ToolOutput[]

    Body param: A list of tools for which the outputs are being submitted.