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

Hierarchy

  • URLContextCallStep$
    • URLContextCallStep

Properties

arguments: Arguments

The arguments to pass to the URL context.

id: string

Required. A unique ID for this specific tool call.

signature?: string

A signature hash for backend validation.

type: "url_context_call"