Contents

maximumResponseSize

The maximum number of UTF-8 characters of rendered tool output the search tool sends back to the model on a single call.

Declaration

var maximumResponseSize: Int?

Discussion

If nil, the tool picks a default based on the configured guide. Pass an explicit value to override that default; the override applies regardless of the guide’s level.