@@ -3774,6 +3774,7 @@ components:
37743774 email:
37753775 type: string
37763776 description: The email address of the user who submitted the Feedback.event.MANUAL_FEEDBACK event.
3777+ deprecated: true
37773778 source:
37783779 type: string
37793780 description: The source associated with the Feedback.event.MANUAL_FEEDBACK event.
@@ -5841,9 +5842,6 @@ components:
58415842 required:
58425843 - snippet
58435844 properties:
5844- snippet:
5845- type: string
5846- description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007.
58475845 mimeType:
58485846 type: string
58495847 description: The mime type of the snippets, currently either text/plain or text/html.
@@ -5861,6 +5859,10 @@ components:
58615859 url:
58625860 type: string
58635861 description: A URL, generated based on availability, that links to the position of the snippet text or to the nearest header above the snippet text.
5862+ snippet:
5863+ type: string
5864+ deprecated: true
5865+ description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007. Use 'text' field instead.
58645866 example:
58655867 snippet: snippet
58665868 mimeType: mimeType
@@ -5954,6 +5956,8 @@ components:
59545956 - THREAD_ROOT
59555957 - PREFIX
59565958 - SUFFIX
5959+ - AUTHOR_PREFIX
5960+ - AUTHOR_SUFFIX
59575961 ClusterGroup:
59585962 required:
59595963 - visibleCountHint
@@ -7306,7 +7310,7 @@ components:
73067310 $ref: "#/components/schemas/AgentConfig"
73077311 description: Describes the agent config that generated this message. Populated on responses and not required on requests.
73087312 author:
7309- default: GLEAN_AI
7313+ default: USER
73107314 enum:
73117315 - USER
73127316 - GLEAN_AI
@@ -9145,6 +9149,7 @@ components:
91459149 - ZERO_STATE_WORKFLOW_FAVORITES
91469150 - ZERO_STATE_WORKFLOW_POPULAR
91479151 - ZERO_STATE_WORKFLOW_SUGGESTION
9152+ - PERSONALIZED_CHAT_SUGGESTION
91489153 description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
91499154 requestOptions:
91509155 $ref: "#/components/schemas/FeedRequestOptions"
@@ -9300,6 +9305,14 @@ components:
93009305 type: array
93019306 items:
93029307 $ref: "#/components/schemas/GeneratedAttachment"
9308+ ChatSuggestion:
9309+ properties:
9310+ query:
9311+ type: string
9312+ description: The actionable chat query to run when the user selects this suggestion.
9313+ feature:
9314+ type: string
9315+ description: Targeted Glean Chat feature for the suggestion.
93039316 PromptTemplateMutableProperties:
93049317 required:
93059318 - template
@@ -9513,6 +9526,7 @@ components:
95139526 - ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION
95149527 - ZERO_STATE_STATIC_WORKFLOW_SUGGESTION
95159528 - ZERO_STATE_AGENT_SUGGESTION
9529+ - PERSONALIZED_CHAT_SUGGESTION
95169530 description: Type of the justification.
95179531 justification:
95189532 type: string
@@ -9537,6 +9551,8 @@ components:
95379551 $ref: "#/components/schemas/Person"
95389552 app:
95399553 $ref: "#/components/schemas/AppResult"
9554+ chatSuggestion:
9555+ $ref: "#/components/schemas/ChatSuggestion"
95409556 promptTemplate:
95419557 $ref: "#/components/schemas/PromptTemplateResult"
95429558 workflow:
@@ -9578,6 +9594,7 @@ components:
95789594 - ZERO_STATE_WORKFLOW_FAVORITES
95799595 - ZERO_STATE_WORKFLOW_POPULAR
95809596 - ZERO_STATE_WORKFLOW_SUGGESTION
9597+ - PERSONALIZED_CHAT_SUGGESTION
95819598 description: Category of the result, one of the requested categories in incoming request.
95829599 primaryEntry:
95839600 $ref: "#/components/schemas/FeedEntry"
0 commit comments