@jambonz/sdk
    Preparing search index...

    Interface LlmToolOpenAIWrapped

    OpenAI-wrapped tool shape — also accepted for back-compat.

    interface LlmToolOpenAIWrapped {
        type: "function";
        function: LlmTool;
    }
    Index

    Properties

    Properties

    type: "function"
    function: LlmTool