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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | [**models::ConversationInputs**]ConversationInputs.md |  | 
**stream** | Option<**Stream**> |  (enum: false) | [optional][default to False]
**store** | Option<**bool**> |  | [optional]
**handoff_execution** | Option<**HandoffExecution**> |  (enum: client, server) | [optional]
**instructions** | Option<**String**> |  | [optional]
**tools** | Option<[**Vec<models::ToolsInner>**]ToolsInner.md> |  | [optional]
**completion_args** | Option<[**models::CompletionArgs**]CompletionArgs.md> |  | [optional]
**guardrails** | Option<[**Vec<models::GuardrailConfig>**]GuardrailConfig.md> |  | [optional]
**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]
**agent_id** | Option<**String**> |  | [optional]
**agent_version** | Option<[**models::AgentVersion1**]AgentVersion1.md> |  | [optional]
**model** | Option<**String**> |  | [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)