Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5976,6 +5976,10 @@ 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. Defaults to 50 when not specified.'
example: 50
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
parameters:
$ref: '#/components/schemas/WebSearchConfig'
search_context_size:
Expand Down Expand Up @@ -11077,6 +11081,10 @@ components:
description: 'Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.'
example: 5
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchContextSizeEnum'
type:
Expand Down Expand Up @@ -18598,6 +18606,10 @@ components:
description: 'Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.'
example: 5
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchContextSizeEnum'
type:
Expand All @@ -18622,6 +18634,10 @@ components:
description: 'Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.'
example: 5
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchContextSizeEnum'
type:
Expand Down Expand Up @@ -23706,6 +23722,10 @@ 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. Defaults to 50 when not specified.'
example: 50
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchQualityLevel'
user_location:
Expand Down Expand Up @@ -23826,6 +23846,10 @@ components:
description: 'Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.'
example: 5
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchContextSizeEnum'
type:
Expand Down Expand Up @@ -23883,6 +23907,10 @@ 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. Defaults to 50 when not specified.'
example: 50
type: 'integer'
max_uses:
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
example: 3
type: 'integer'
search_context_size:
$ref: '#/components/schemas/SearchQualityLevel'
user_location:
Expand Down
Loading