Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ToolSchema

    One tool as the model is shown it.

    parameters is a JSON Schema object. It is carried as data, never as a pre-serialised string, so that canonicalToolSchemaBytes is the single place a schema becomes bytes.

    interface ToolSchema {
        description: string;
        name: string;
        parameters: Record<string, unknown>;
    }
    Index
    description: string
    name: string
    parameters: Record<string, unknown>