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: A list of Citations that were used to generate the response.
7677
+
description: "Deprecated: Use inline citations via ChatMessageFragment.citation instead. For detailed reference information, use ChatMessageCitation.referenceRanges. This field is still populated for backward compatibility."
7678
+
deprecated: true
7679
+
x-glean-deprecated:
7680
+
id: 6446f85e-c90e-4c00-9717-796f9db3dc61
7681
+
introduced: "2026-02-06"
7682
+
message: Use inline citations via ChatMessageFragment.citation and ChatMessageCitation.referenceRanges instead. This field is still populated for backward compatibility.
7683
+
removal: "2026-10-15"
7684
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-06, removal scheduled for 2026-10-15: Use inline citations via ChatMessageFragment.citation and ChatMessageCitation.referenceRanges instead. This field is still populated for backward compatibility."
7678
7685
uploadedFileIds:
7679
7686
type: array
7680
7687
items:
@@ -7974,6 +7981,19 @@ components:
7974
7981
type: string
7975
7982
title: ErrorResponse
7976
7983
description: Error message returned from the server
7984
+
ActionSummary:
7985
+
type: object
7986
+
description: Represents a minimal summary of an action.
7987
+
required:
7988
+
- tool_id
7989
+
- display_name
7990
+
properties:
7991
+
tool_id:
7992
+
type: string
7993
+
description: The unique identifier of the action.
7994
+
display_name:
7995
+
type: string
7996
+
description: The display name of the action.
7977
7997
AgentSchemas:
7978
7998
properties:
7979
7999
agent_id:
@@ -7989,6 +8009,12 @@ components:
7989
8009
type: object
7990
8010
title: Output Schema
7991
8011
description: The schema for the agent output. In JSON Schema format.
8012
+
tools:
8013
+
type: array
8014
+
title: Tools
8015
+
description: List of tools that the agent can invoke. Only included when include_tools query parameter is set to true.
0 commit comments