AAI SDK
    Preparing search index...

    Type Alias ResolvedBuiltins

    Resolved builtins with defs, schemas, and guidance computed in a single pass.

    type ResolvedBuiltins = {
        defs: ToolDefRecord;
        guidance: string[];
        schemas: ToolSchema[];
    }
    Index
    guidance: string[]
    schemas: ToolSchema[]