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: 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.
7620
+
agentConfig:
7621
+
$ref: "#/components/schemas/AgentConfig"
7622
+
description: Describes the agent that will execute the request.
7620
7623
ChatRestrictionFilters:
7621
7624
allOf:
7622
7625
- $ref: "#/components/schemas/RestrictionFilters"
@@ -7635,9 +7638,6 @@ components:
7635
7638
- $ref: "#/components/schemas/ChatRequestBase"
7636
7639
- type: object
7637
7640
properties:
7638
-
agentConfig:
7639
-
$ref: "#/components/schemas/AgentConfig"
7640
-
description: Describes the agent that will execute the request.
0 commit comments