From a7fd66129964308be9916850b7de24dfc504ac3c Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Fri, 15 May 2026 11:26:30 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#250) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index beafa0b..0636758 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -4883,8 +4883,8 @@ components: description: >- Maximum total number of search results across all search calls in a single request. Once this limit is reached, the tool will stop returning new results. Useful for controlling cost and context size in agentic - loops. - example: 20 + loops. Defaults to 50 when not specified. + example: 50 type: integer parameters: $ref: '#/components/schemas/WebSearchConfig' @@ -16218,8 +16218,8 @@ components: description: >- Maximum total number of search results across all search calls in a single request. Once this limit is reached, the tool will stop returning new results. Useful for controlling cost and context size in agentic - loops. - example: 20 + loops. Defaults to 50 when not specified. + example: 50 type: integer search_context_size: $ref: '#/components/schemas/SearchQualityLevel' @@ -16408,8 +16408,8 @@ components: description: >- Maximum total number of search results across all search calls in a single request. Once this limit is reached, the tool will stop returning new results. Useful for controlling cost and context size in agentic - loops. - example: 20 + loops. Defaults to 50 when not specified. + example: 50 type: integer search_context_size: $ref: '#/components/schemas/SearchQualityLevel'