OptionalbaseBase url for endpoint. Defaults to https://firebasevertexai.googleapis.com
OptionalmaxLimits amount of sequential function calls the SDK can make during automatic function calling, in order to prevent infinite loops. If not specified, this value defaults to 10.
When it reaches this limit, it will return the last response received from the model, whether it is a text response or further function calls.
OptionalsignalAn AbortSignal instance that allows cancelling ongoing requests.
OptionaltimeoutRequest timeout in milliseconds. Defaults to 180 seconds (180000ms).
Options that can be provided per-request.
Options specified here will override any default RequestOptions configured on a model.