Event representing the output/result of a function call.

interface FunctionCallOutputEvent {
    item: FunctionCallOutput;
    type: "function_call_output";
}

Properties

Properties

type: "function_call_output"