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
Copy file name to clipboardExpand all lines: .speakeasy/glean-merged-spec.yaml
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -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.
@@ -4366,7 +4367,7 @@ components:
4366
4367
description: Disables automatic adjustment of the input query for spelling corrections or other reasons.
4367
4368
returnLlmContentOverSnippets:
4368
4369
type: boolean
4369
-
description: "[beta] Enables expanded content to be returned for LLM usage. The size of content per result returned should be modified using maxSnippetSize. Server may return less or more than what is specified in maxSnippetSize. For more details, https://docs.google.com/document/d/1CTOLSxWWT9WDEnHVLoCUaxbGYyXYP8kctPRF-RluSQY/edit. Requires sufficient permissions."
4370
+
description: Enables expanded content to be returned for LLM usage. The size of content per result returned should be modified using maxSnippetSize. Server may return less or more than what is specified in maxSnippetSize. For more details, see https://developers.glean.com/guides/search/llm-content.
4370
4371
inclusions:
4371
4372
$ref: "#/components/schemas/RestrictionFilters"
4372
4373
description: A list of filters which restrict the search results to only the specified content.
@@ -4864,6 +4865,9 @@ components:
4864
4865
name:
4865
4866
type: string
4866
4867
description: Name of the group.
4868
+
datasourceInstance:
4869
+
type: string
4870
+
description: Datasource instance if the group belongs to one e.g. external groups.
4867
4871
UserRole:
4868
4872
type: string
4869
4873
description: A user's role with respect to a specific document.
@@ -5841,9 +5845,6 @@ components:
5841
5845
required:
5842
5846
- snippet
5843
5847
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
5848
mimeType:
5848
5849
type: string
5849
5850
description: The mime type of the snippets, currently either text/plain or text/html.
@@ -5861,6 +5862,10 @@ components:
5861
5862
url:
5862
5863
type: string
5863
5864
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.
5865
+
snippet:
5866
+
type: string
5867
+
deprecated: true
5868
+
description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007. Use 'text' field instead.
5864
5869
example:
5865
5870
snippet: snippet
5866
5871
mimeType: mimeType
@@ -5954,6 +5959,8 @@ components:
5954
5959
- THREAD_ROOT
5955
5960
- PREFIX
5956
5961
- SUFFIX
5962
+
- AUTHOR_PREFIX
5963
+
- AUTHOR_SUFFIX
5957
5964
ClusterGroup:
5958
5965
required:
5959
5966
- visibleCountHint
@@ -7306,7 +7313,7 @@ components:
7306
7313
$ref: "#/components/schemas/AgentConfig"
7307
7314
description: Describes the agent config that generated this message. Populated on responses and not required on requests.
7308
7315
author:
7309
-
default: GLEAN_AI
7316
+
default: USER
7310
7317
enum:
7311
7318
- USER
7312
7319
- GLEAN_AI
@@ -9145,6 +9152,7 @@ components:
9145
9152
- ZERO_STATE_WORKFLOW_FAVORITES
9146
9153
- ZERO_STATE_WORKFLOW_POPULAR
9147
9154
- ZERO_STATE_WORKFLOW_SUGGESTION
9155
+
- PERSONALIZED_CHAT_SUGGESTION
9148
9156
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
9149
9157
requestOptions:
9150
9158
$ref: "#/components/schemas/FeedRequestOptions"
@@ -9300,6 +9308,14 @@ components:
9300
9308
type: array
9301
9309
items:
9302
9310
$ref: "#/components/schemas/GeneratedAttachment"
9311
+
ChatSuggestion:
9312
+
properties:
9313
+
query:
9314
+
type: string
9315
+
description: The actionable chat query to run when the user selects this suggestion.
9316
+
feature:
9317
+
type: string
9318
+
description: Targeted Glean Chat feature for the suggestion.
9303
9319
PromptTemplateMutableProperties:
9304
9320
required:
9305
9321
- template
@@ -9513,6 +9529,7 @@ components:
9513
9529
- ZERO_STATE_PROMPT_TEMPLATE_SUGGESTION
9514
9530
- ZERO_STATE_STATIC_WORKFLOW_SUGGESTION
9515
9531
- ZERO_STATE_AGENT_SUGGESTION
9532
+
- PERSONALIZED_CHAT_SUGGESTION
9516
9533
description: Type of the justification.
9517
9534
justification:
9518
9535
type: string
@@ -9537,6 +9554,8 @@ components:
9537
9554
$ref: "#/components/schemas/Person"
9538
9555
app:
9539
9556
$ref: "#/components/schemas/AppResult"
9557
+
chatSuggestion:
9558
+
$ref: "#/components/schemas/ChatSuggestion"
9540
9559
promptTemplate:
9541
9560
$ref: "#/components/schemas/PromptTemplateResult"
9542
9561
workflow:
@@ -9578,6 +9597,7 @@ components:
9578
9597
- ZERO_STATE_WORKFLOW_FAVORITES
9579
9598
- ZERO_STATE_WORKFLOW_POPULAR
9580
9599
- ZERO_STATE_WORKFLOW_SUGGESTION
9600
+
- PERSONALIZED_CHAT_SUGGESTION
9581
9601
description: Category of the result, one of the requested categories in incoming request.
|`activities`| List[[models.UserActivity](../models/useractivity.md)]|:heavy_minus_sign:| List of activity where each activity has user, action, timestamp. ||
0 commit comments