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
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
22
22
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
description: CSV of all the violations found for this policy.
3352
3352
type: string
3353
+
"400":
3354
+
description: Bad request error (e.g., continuous policies are not supported).
3353
3355
"403":
3354
3356
description: Permissions error
3355
3357
"500":
@@ -7617,6 +7619,9 @@ components:
7617
7619
chatId:
7618
7620
type: string
7619
7621
description: The id of the Chat that context should be retrieved from and messages added to. An empty id starts a new Chat, and the Chat is saved if saveChat is true.
7622
+
agentConfig:
7623
+
$ref: "#/components/schemas/AgentConfig"
7624
+
description: Describes the agent that will execute the request.
7620
7625
ChatRestrictionFilters:
7621
7626
allOf:
7622
7627
- $ref: "#/components/schemas/RestrictionFilters"
@@ -7635,9 +7640,6 @@ components:
7635
7640
- $ref: "#/components/schemas/ChatRequestBase"
7636
7641
- type: object
7637
7642
properties:
7638
-
agentConfig:
7639
-
$ref: "#/components/schemas/AgentConfig"
7640
-
description: Describes the agent that will execute the request.
0 commit comments