Skip to content

Commit a0b7940

Browse files
authored
feat: add tabId to ChatOptionsUpdateParams (#540)
1 parent 907a07a commit a0b7940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ export interface ChatUpdateParams {
366366
* Server-initiated chat metadata updates.
367367
*/
368368
export interface ChatOptionsUpdateParams {
369+
tabId: string
369370
/**
370371
* Processes changes of developer profiles.
371372
*/

0 commit comments

Comments
 (0)