AAI SDK
    Preparing search index...

    Function useToolCallStart

    • Fire a callback when a tool call starts (before its result arrives). Optionally filter by tool name.

      Parameters

      • toolName: string
      • callback: (toolCall: ToolCallInfo) => void

      Returns void

    • Fire a callback when a tool call starts (before its result arrives). Optionally filter by tool name.

      Parameters

      Returns void