URLContextCallStep: {
    arguments: Arguments;
    id: string;
    signature?: string;
    type: "url_context_call";
}

URL context call step.

Type declaration

  • arguments: Arguments

    The arguments to pass to the URL context.

  • id: string

    Required. A unique ID for this specific tool call.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "url_context_call"