AAI SDK
    Preparing search index...

    Type Alias ToolInputSchema

    ToolInputSchema: StandardSchemaV1<unknown, Record<string, unknown>>

    A schema accepted for tool inputs and ctx.generate structured output: any Standard Schema that can also convert to JSON Schema (Zod natively, or a vendor toJsonSchema() method). Zod object schemas are the documented default.