AAI SDK
    Preparing search index...

    Type Alias InferToolOutput<T>

    InferToolOutput: Awaited<ReturnType<T["execute"]>>

    The result type a tool's execute returns (awaited). Pair with useToolResult<InferToolOutput<typeof myTool>>(...) in a custom client so the rendered shape has a single source of truth.

    Type Parameters