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
14 changes: 11 additions & 3 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5965,7 +5965,7 @@ components:
engine:
$ref: '#/components/schemas/WebSearchEngineEnum'
excluded_domains:
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.'
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.'
items:
type: 'string'
type: 'array'
Expand Down Expand Up @@ -23864,7 +23864,7 @@ components:
engine:
$ref: '#/components/schemas/WebSearchEngineEnum'
excluded_domains:
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.'
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.'
items:
type: 'string'
type: 'array'
Expand Down Expand Up @@ -23893,6 +23893,8 @@ components:
example:
allowed_domains:
- 'example.com'
blocked_domains:
- 'spam.com'
excluded_domains:
- 'spam.com'
properties:
Expand All @@ -23902,6 +23904,12 @@ components:
type:
- 'array'
- 'null'
blocked_domains:
items:
type: 'string'
type:
- 'array'
- 'null'
excluded_domains:
items:
type: 'string'
Expand Down Expand Up @@ -24049,7 +24057,7 @@ components:
engine:
$ref: '#/components/schemas/WebSearchEngineEnum'
excluded_domains:
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.'
description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.'
items:
type: 'string'
type: 'array'
Expand Down
Loading