URLContextCallDelta: {
    arguments: URLContextCallArguments;
    signature?: string;
    type: "url_context_call";
}

Type declaration

  • arguments: URLContextCallArguments

    The arguments to pass to the URL context.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "url_context_call"