Skip to content

Variable: webSearchExecuteDefaults

const webSearchExecuteDefaults: WebSearchExecutionSettings

Settings for the native web-search POST to Model Serving.

Cache enabled: the POST is a pure read of the model’s answer for one query, and repeat asks of the same question are common in a multi-turn agent. Retry enabled: the POST creates no conversation or state, so replaying it after a transient 429 / 5xx is safe.