interface FunctionCallOutputItemCreate {
    call_id: string;
    output: string;
    type: "function_call_output";
}

Properties

Properties

call_id: string
output: string
type: "function_call_output"