GoogleSearchCallDelta: {
    arguments: GoogleSearchCallArguments;
    signature?: string;
    type: "google_search_call";
}

Type declaration

  • arguments: GoogleSearchCallArguments

    The arguments to pass to Google Search.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_search_call"