Arguments for the special long-running function tool used to request end-user credentials

interface AuthToolArguments {
    function_call_id: string;
    auth_config: AuthConfig | EnhancedAuthConfig;
}

Hierarchy

  • Record<string, unknown>
    • AuthToolArguments

Properties

function_call_id: string

The ID of the function call that requires authentication

The authentication configuration