You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/apis/InternetSearch/manifest.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ tool_list:
19
19
type: integer
20
20
description: The maximum number of search results to return. Default is 5, and maximum is 20.
21
21
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.
26
26
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.
31
31
show_sources_list:
32
32
type: boolean
33
33
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