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
|`agent`|[components.AgentEnum](../../models/components/agentenum.md)|:heavy_minus_sign:| Name of the agent. |
18
+
|`toolSets`|[components.ToolSets](../../models/components/toolsets.md)|:heavy_minus_sign:| The types of tools that the agent is allowed to use. Only works with FAST and ADVANCED `agent` values |
19
+
|`mode`|[components.Mode](../../models/components/mode.md)|:heavy_minus_sign:| Top level modes to run GleanChat in. |
|`updateTime`|*number*|:heavy_minus_sign:| Server Unix timestamp of the update time (in seconds since epoch UTC). ||
345
-
|`name`|*string*|:heavy_minus_sign:| The name of the Chat. ||
346
-
|`applicationId`|*string*|:heavy_minus_sign:| The ID of the AI App that this Chat is associated to. ||
347
-
|`applicationName`|*string*|:heavy_minus_sign:| The display name of the AI App that this Chat is associated to. ||
348
-
|`icon`|[components.IconConfig](../../models/components/iconconfig.md)|:heavy_minus_sign:| Defines how to render an icon | {<br/>"color": "#343CED",<br/>"key": "person_icon",<br/>"iconType": "GLYPH",<br/>"name": "user"<br/>} |
349
-
|`messages`|[components.ChatMessage](../../models/components/chatmessage.md)[]|:heavy_minus_sign:| The chat messages within a Chat. ||
344
+
| Field | Type | Required | Description | Example |
|`updateTime`|*number*|:heavy_minus_sign:| Server Unix timestamp of the update time (in seconds since epoch UTC). ||
350
+
|`name`|*string*|:heavy_minus_sign:| The name of the Chat. ||
351
+
|`applicationId`|*string*|:heavy_minus_sign:| The ID of the AI App that this Chat is associated to. ||
352
+
|`applicationName`|*string*|:heavy_minus_sign:| The display name of the AI App that this Chat is associated to. ||
353
+
|`icon`|[components.IconConfig](../../models/components/iconconfig.md)|:heavy_minus_sign:| Defines how to render an icon | {<br/>"color": "#343CED",<br/>"key": "person_icon",<br/>"iconType": "GLYPH",<br/>"name": "user"<br/>} |
0 commit comments