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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**instructions** | Option<**String**> |  | [optional]
**tools** | Option<[**Vec<models::ToolsInner>**]ToolsInner.md> | List of tools which are available to the model during the conversation. | [optional]
**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]
**model** | **String** |  | 
**name** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**handoffs** | Option<**Vec<String>**> |  | [optional]
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> | Custom type for metadata with embedded validation. | [optional]
**version_message** | 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)