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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | Option<[**models::ConversationInputs**]ConversationInputs.md> |  | [optional]
**stream** | Option<**Stream**> |  (enum: true) | [optional][default to True]
**store** | Option<**bool**> | Whether to store the results into our servers or not. | [optional][default to true]
**handoff_execution** | Option<**HandoffExecution**> |  (enum: client, server) | [optional][default to Server]
**completion_args** | Option<[**models::CompletionArgs**]CompletionArgs.md> | Completion arguments that will be used to generate assistant responses. Can be overridden at each message request. | [optional]
**guardrails** | Option<[**Vec<models::GuardrailConfig>**]GuardrailConfig.md> |  | [optional]
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> | Custom type for metadata with embedded validation. | [optional]
**from_entry_id** | **String** |  | 
**agent_version** | Option<[**models::AgentVersion2**]AgentVersion2.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)