@suluk/agents - v0.1.6
    Preparing search index...

    Interface OpenRouterFunctionTool

    interface OpenRouterFunctionTool {
        type: "function";
        function: { name: string; description: string; parameters: SchemaOrRef };
    }
    Index

    Properties

    Properties

    type: "function"
    function: { name: string; description: string; parameters: SchemaOrRef }