openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RealtimeConversationItemMessageSystem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique ID of the item. This may be provided by the client or generated by the server. | [optional]
**object** | Option<**String**> | Identifier for the API object being returned - always `realtime.item`. Optional when creating a new item. | [optional]
**r#type** | **String** | The type of the item. Always `message`. | 
**status** | Option<**String**> | The status of the item. Has no effect on the conversation. | [optional]
**role** | **String** | The role of the message sender. Always `system`. | 
**content** | [**Vec<models::RealtimeConversationItemMessageSystemContentInner>**]RealtimeConversationItemMessageSystem_content_inner.md | The content of the message. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)