@@ -3774,6 +3774,7 @@ components:
3774
3774
email:
3775
3775
type: string
3776
3776
description: The email address of the user who submitted the Feedback.event.MANUAL_FEEDBACK event.
3777
+ deprecated: true
3777
3778
source:
3778
3779
type: string
3779
3780
description: The source associated with the Feedback.event.MANUAL_FEEDBACK event.
@@ -5841,9 +5842,6 @@ components:
5841
5842
required:
5842
5843
- snippet
5843
5844
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.
5847
5845
mimeType:
5848
5846
type: string
5849
5847
description: The mime type of the snippets, currently either text/plain or text/html.
@@ -5861,6 +5859,10 @@ components:
5861
5859
url:
5862
5860
type: string
5863
5861
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.
5864
5866
example:
5865
5867
snippet: snippet
5866
5868
mimeType: mimeType
@@ -5954,6 +5956,8 @@ components:
5954
5956
- THREAD_ROOT
5955
5957
- PREFIX
5956
5958
- SUFFIX
5959
+ - AUTHOR_PREFIX
5960
+ - AUTHOR_SUFFIX
5957
5961
ClusterGroup:
5958
5962
required:
5959
5963
- visibleCountHint
@@ -7306,7 +7310,7 @@ components:
7306
7310
$ref: "#/components/schemas/AgentConfig"
7307
7311
description: Describes the agent config that generated this message. Populated on responses and not required on requests.
7308
7312
author:
7309
- default: GLEAN_AI
7313
+ default: USER
7310
7314
enum:
7311
7315
- USER
7312
7316
- GLEAN_AI
@@ -9145,6 +9149,7 @@ components:
9145
9149
- ZERO_STATE_WORKFLOW_FAVORITES
9146
9150
- ZERO_STATE_WORKFLOW_POPULAR
9147
9151
- ZERO_STATE_WORKFLOW_SUGGESTION
9152
+ - PERSONALIZED_CHAT_SUGGESTION
9148
9153
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
9149
9154
requestOptions:
9150
9155
$ref: "#/components/schemas/FeedRequestOptions"
@@ -9300,6 +9305,14 @@ components:
9300
9305
type: array
9301
9306
items:
9302
9307
$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.
9303
9316
PromptTemplateMutableProperties:
9304
9317
required:
9305
9318
- template
@@ -9513,6 +9526,7 @@ components:
9513
9526
- ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION
9514
9527
- ZERO_STATE_STATIC_WORKFLOW_SUGGESTION
9515
9528
- ZERO_STATE_AGENT_SUGGESTION
9529
+ - PERSONALIZED_CHAT_SUGGESTION
9516
9530
description: Type of the justification.
9517
9531
justification:
9518
9532
type: string
@@ -9537,6 +9551,8 @@ components:
9537
9551
$ref: "#/components/schemas/Person"
9538
9552
app:
9539
9553
$ref: "#/components/schemas/AppResult"
9554
+ chatSuggestion:
9555
+ $ref: "#/components/schemas/ChatSuggestion"
9540
9556
promptTemplate:
9541
9557
$ref: "#/components/schemas/PromptTemplateResult"
9542
9558
workflow:
@@ -9578,6 +9594,7 @@ components:
9578
9594
- ZERO_STATE_WORKFLOW_FAVORITES
9579
9595
- ZERO_STATE_WORKFLOW_POPULAR
9580
9596
- ZERO_STATE_WORKFLOW_SUGGESTION
9597
+ - PERSONALIZED_CHAT_SUGGESTION
9581
9598
description: Category of the result, one of the requested categories in incoming request.
9582
9599
primaryEntry:
9583
9600
$ref: "#/components/schemas/FeedEntry"
0 commit comments