GoogleSearchCallStep: {
    arguments: GoogleSearchCallArguments;
    id: string;
    search_type?: GoogleSearchCallStepSearchType;
    signature?: string;
    type: "google_search_call";
}

Google Search call step.

Type declaration

  • arguments: GoogleSearchCallArguments

    The arguments to pass to Google Search.

  • id: string

    Required. A unique ID for this specific tool call.

  • Optionalsearch_type?: GoogleSearchCallStepSearchType

    The type of search grounding enabled.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_search_call"