interface ToolOutput {
    output?: string;
    tool_call_id?: string;
}

Properties

output?: string

The output of the tool call to be submitted to continue the run.

tool_call_id?: string

The ID of the tool call in the required_action object within the run object the output is being submitted for.