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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**description** | Option<**String**> |  | [optional]
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> | Custom type for metadata with embedded validation. | [optional]
**object** | Option<**Object**> |  (enum: conversation) | [optional][default to Conversation]
**id** | **String** |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**agent_id** | **String** |  | 
**agent_version** | Option<[**models::AgentVersion1**]AgentVersion1.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)