mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# MessageOutputEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | Option<**Object**> |  (enum: entry) | [optional][default to Entry]
**r#type** | Option<**Type**> |  (enum: message.output) | [optional][default to MessageOutput]
**created_at** | Option<**String**> |  | [optional]
**completed_at** | Option<**String**> |  | [optional]
**agent_id** | Option<**String**> |  | [optional]
**model** | Option<**String**> |  | [optional]
**id** | Option<**String**> |  | [optional]
**role** | Option<**Role**> |  (enum: assistant) | [optional][default to Assistant]
**content** | [**models::Content1**]Content1.md |  | 

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