• The execute_tool span's attributes, per the convention.

    Parameters

    • span: Span
    • params: {
          agentName?: string;
          args?: string;
          callId?: string;
          description?: string;
          name: string;
          toolType?: string;
      }
      • Optional agentName?: string
      • Optional args?: string

        Raw (typically JSON) arguments as produced by the model.

      • Optional callId?: string
      • Optional description?: string
      • name: string
      • Optional toolType?: string

    Returns void