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: generated_specs/client_rest.yaml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5587,20 +5587,36 @@ components:
5587
5587
description: Unix timestamp for when this token expires (in seconds since epoch UTC).
5588
5588
type: integer
5589
5589
format: int64
5590
+
ToolSets:
5591
+
type: object
5592
+
description: The types of tools that the agent is allowed to use. Only works with FAST and ADVANCED `agent` values
5593
+
properties:
5594
+
enableWebSearch:
5595
+
type: boolean
5596
+
description: "Whether the agent is allowed to use web search (default: true)."
5597
+
enableCompanyTools:
5598
+
type: boolean
5599
+
description: "Whether the agent is allowed to search internal company resources (default: true)."
5590
5600
AgentConfig:
5591
5601
description: Describes the agent that executes the request.
5592
5602
properties:
5593
5603
agent:
5594
5604
type: string
5595
5605
description: Name of the agent.
5596
5606
x-enumDescriptions:
5597
-
DEFAULT: Integrates with your company's knowledge.
5598
-
GPT: Communicates directly with the LLM.
5599
-
UNIVERSAL: Uses both company and web knowledge.
5607
+
DEFAULT: Integrates with your company's knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
5608
+
GPT: Communicates directly with the LLM. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
5609
+
UNIVERSAL: Uses both company and web knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
5610
+
FAST: Uses an agent powered by the agentic engine that responds faster but may have lower quality results. Requires the agentic engine to be enabled in the deployment.
5611
+
ADVANCED: Uses an agent powered by the agentic engine that thinks for longer and potentially makes more LLM calls to return higher quality results. Requires the agentic engine to be enabled in the deployment.
Copy file name to clipboardExpand all lines: overlayed_specs/glean-client-api-specs.yaml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6030,20 +6030,36 @@ components:
6030
6030
description: Unix timestamp for when this token expires (in seconds since epoch UTC).
6031
6031
type: integer
6032
6032
format: int64
6033
+
ToolSets:
6034
+
type: object
6035
+
description: The types of tools that the agent is allowed to use. Only works with FAST and ADVANCED `agent` values
6036
+
properties:
6037
+
enableWebSearch:
6038
+
type: boolean
6039
+
description: "Whether the agent is allowed to use web search (default: true)."
6040
+
enableCompanyTools:
6041
+
type: boolean
6042
+
description: "Whether the agent is allowed to search internal company resources (default: true)."
6033
6043
AgentConfig:
6034
6044
description: Describes the agent that executes the request.
6035
6045
properties:
6036
6046
agent:
6037
6047
type: string
6038
6048
description: Name of the agent.
6039
6049
x-enumDescriptions:
6040
-
DEFAULT: Integrates with your company's knowledge.
6041
-
GPT: Communicates directly with the LLM.
6042
-
UNIVERSAL: Uses both company and web knowledge.
6050
+
DEFAULT: Integrates with your company's knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
6051
+
GPT: Communicates directly with the LLM. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
6052
+
UNIVERSAL: Uses both company and web knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
6053
+
FAST: Uses an agent powered by the agentic engine that responds faster but may have lower quality results. Requires the agentic engine to be enabled in the deployment.
6054
+
ADVANCED: Uses an agent powered by the agentic engine that thinks for longer and potentially makes more LLM calls to return higher quality results. Requires the agentic engine to be enabled in the deployment.
Copy file name to clipboardExpand all lines: overlayed_specs/glean-merged-spec.yaml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7002,20 +7002,36 @@ components:
7002
7002
description: Unix timestamp for when this token expires (in seconds since epoch UTC).
7003
7003
type: integer
7004
7004
format: int64
7005
+
ToolSets:
7006
+
type: object
7007
+
description: The types of tools that the agent is allowed to use. Only works with FAST and ADVANCED `agent` values
7008
+
properties:
7009
+
enableWebSearch:
7010
+
type: boolean
7011
+
description: "Whether the agent is allowed to use web search (default: true)."
7012
+
enableCompanyTools:
7013
+
type: boolean
7014
+
description: "Whether the agent is allowed to search internal company resources (default: true)."
7005
7015
AgentConfig:
7006
7016
description: Describes the agent that executes the request.
7007
7017
properties:
7008
7018
agent:
7009
7019
type: string
7010
7020
description: Name of the agent.
7011
7021
x-enumDescriptions:
7012
-
DEFAULT: Integrates with your company's knowledge.
7013
-
GPT: Communicates directly with the LLM.
7014
-
UNIVERSAL: Uses both company and web knowledge.
7022
+
DEFAULT: Integrates with your company's knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
7023
+
GPT: Communicates directly with the LLM. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
7024
+
UNIVERSAL: Uses both company and web knowledge. This will soon be deprecated in favor of the FAST and ADVANCED `agent` values
7025
+
FAST: Uses an agent powered by the agentic engine that responds faster but may have lower quality results. Requires the agentic engine to be enabled in the deployment.
7026
+
ADVANCED: Uses an agent powered by the agentic engine that thinks for longer and potentially makes more LLM calls to return higher quality results. Requires the agentic engine to be enabled in the deployment.
0 commit comments