Member Junction
    Preparing search index...

    The output of an executed function (tool) call, correlated by call_id.

    interface OAIProtocolFunctionCallOutputItem {
        call_id: string;
        output: string;
        type: "function_call_output";
    }
    Index

    Properties

    Properties

    call_id: string
    output: string
    type: "function_call_output"