RealtimeConversationItemMessageSystemContent interface
model interface RealtimeConversationItemMessageSystemContent
Properties
| text | The instructions or context supplied in this system message content part. |
| type | The system message content type. Always |
Property Details
text
The instructions or context supplied in this system message content part.
text?: string
Property Value
string
type
The system message content type. Always input_text.
type?: "input_text"
Property Value
"input_text"