googleMaps

public abstract Tool.Builder googleMaps(GoogleMaps googleMaps)

Setter for googleMaps.

googleMaps: Optional. Tool that allows grounding the model's response with geospatial context related to the user's query.


@CanIgnoreReturnValue()
public Tool.Builder googleMaps(GoogleMaps.Builder googleMapsBuilder)

Setter for googleMaps builder.

googleMaps: Optional. Tool that allows grounding the model's response with geospatial context related to the user's query.