Skip to content

Commit 83066b1

Browse files
committed
Fix web search schema
1 parent d91d65c commit 83066b1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tools/apis/InternetSearch/manifest.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ tool_list:
1919
type: integer
2020
description: The maximum number of search results to return. Default is 5, and maximum is 20.
2121
include_domains:
22-
- type: array
23-
items:
24-
type: string
25-
description: A list of domains to include in the search results. Maximum up-to 300 domains, and should not be used together with exclude_domains to avoid conflicts.
22+
type: array
23+
items:
24+
type: string
25+
description: A list of domains to include in the search results. Maximum up-to 300 domains, and should not be used together with exclude_domains to avoid conflicts.
2626
exclude_domains:
27-
- type: array
28-
items:
29-
type: string
30-
description: A list of domains to exclude from the search results. Maximum up-to 300 domains, and should not be used together with include_domains to avoid conflicts.
27+
type: array
28+
items:
29+
type: string
30+
description: A list of domains to exclude from the search results. Maximum up-to 300 domains, and should not be used together with include_domains to avoid conflicts.
3131
show_sources_list:
3232
type: boolean
3333
description: Whether to display the sources list in the current Discord channel. Use this option only when necessary to avoid cluttering the channel or when the user asks for list of sources.

0 commit comments

Comments
 (0)