agentic-openapi-parser
    Preparing search index...

    Interface SemanticToolIndexOptions<T>

    interface SemanticToolIndexOptions<
        T extends SemanticTool = DynamicToolDefinition,
    > {
        buildText?: (tool: T) => string;
    }

    Type Parameters

    Index
    buildText?: (tool: T) => string

    Builds the text embedded for each tool. Defaults to "name description tag1 tag2 ...".