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
# Message

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the message. Always set to `message`. | 
**id** | **String** | The unique ID of the message. | 
**status** | [**models::MessageStatus**]MessageStatus.md |  | 
**role** | [**models::MessageRole**]MessageRole.md |  | 
**content** | [**Vec<models::MessageContentInner>**]Message_content_inner.md | The content of the message | 
**phase** | Option<[**models::MessagePhase2**]MessagePhase2.md> |  | [optional]

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