chore: sync local workspace changes
This commit is contained in:
@@ -47,7 +47,13 @@ export type ChatGateway = {
|
||||
payload: Partial<
|
||||
Pick<
|
||||
ChatConversationSummary,
|
||||
'title' | 'chatTypeId' | 'lastChatTypeId' | 'contextLabel' | 'contextDescription' | 'notifyOffline'
|
||||
| 'title'
|
||||
| 'chatTypeId'
|
||||
| 'lastChatTypeId'
|
||||
| 'generalSectionName'
|
||||
| 'contextLabel'
|
||||
| 'contextDescription'
|
||||
| 'notifyOffline'
|
||||
>
|
||||
>,
|
||||
) => Promise<ChatConversationSummary>;
|
||||
|
||||
Reference in New Issue
Block a user