File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
* @property {string|null } [previous_item_id]
75
75
* @property {"message" } type
76
76
* @property {ItemStatusType } status
77
- * @property {"system " } role
77
+ * @property {"user " } role
78
78
* @property {Array<InputTextContentType|InputAudioContentType> } content
79
79
*/
80
80
/**
@@ -385,7 +385,7 @@ export type UserItemType = {
385
385
previous_item_id ?: string | null ;
386
386
type : "message" ;
387
387
status : ItemStatusType ;
388
- role : "system " ;
388
+ role : "user " ;
389
389
content : Array < InputTextContentType | InputAudioContentType > ;
390
390
} ;
391
391
export type AssistantItemType = {
Original file line number Diff line number Diff line change
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ import { RealtimeUtils } from './utils.js';
90
90
* @property {string|null } [previous_item_id]
91
91
* @property {"message" } type
92
92
* @property {ItemStatusType } status
93
- * @property {"system " } role
93
+ * @property {"user " } role
94
94
* @property {Array<InputTextContentType|InputAudioContentType> } content
95
95
*/
96
96
You can’t perform that action at this time.
0 commit comments