The number of grounding tool counts.

interface GroundingToolCount {
    count?: number;
    type?: "retrieval" | "google_search" | "google_maps";
}

Properties

Properties

count?: number

The number of grounding tool counts.

type?: "retrieval" | "google_search" | "google_maps"

The grounding tool type associated with the count.