interface RunSubmitToolOutputsParams {
    tool_outputs: ToolOutput[];
}

Properties

Properties

tool_outputs: ToolOutput[]

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

Generated using TypeDoc