interface RunSubmitToolOutputsParamsStreaming {
    stream: true;
    tool_outputs: OpenAIClient.Beta.Threads.Runs.RunSubmitToolOutputsParams.ToolOutput[];
}

Hierarchy

  • RunSubmitToolOutputsParamsBase
    • RunSubmitToolOutputsParamsStreaming

Properties

Properties

stream: true

If true, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a data: [DONE] message.

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