Member Junction
    Preparing search index...

    Interface RawOpenAICompatibleToolCall

    The subset of a raw response tool call this module can read, whatever SDK produced it.

    interface RawOpenAICompatibleToolCall {
        function?: { arguments?: string; name?: string };
        id?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    function?: { arguments?: string; name?: string }
    id?: string
    type?: string