We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc1ada commit cae5cb4Copy full SHA for cae5cb4
types/chat.ts
@@ -364,10 +364,16 @@ export interface ChatUpdateParams {
364
365
/**
366
* Server-initiated chat metadata updates.
367
- * Processes changes of developer profiles.
368
*/
369
export interface ChatOptionsUpdateParams {
+ /**
370
+ * Processes changes of developer profiles.
371
+ */
372
chatNotifications?: ChatMessage[]
373
374
+ * The last selected modelId for the conversation. This is used to allow the server to
375
+ * programmatically update the selected model for persistance across sessions.
376
377
modelId?: string
378
}
379
0 commit comments