interface RunSubmitToolOutputsParamsNonStreaming {
    stream?: null | false;
    tool_outputs: OpenAIClient.Beta.Threads.Runs.RunSubmitToolOutputsParams.ToolOutput[];
}

Hierarchy

  • RunSubmitToolOutputsParamsBase
    • RunSubmitToolOutputsParamsNonStreaming

Properties

stream?: null | false

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.