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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ConversationAppendRequestBase

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | Option<[**models::ConversationInputs**]ConversationInputs.md> |  | [optional]
**stream** | Option<**bool**> | Whether to stream back partial progress. Otherwise, the server will hold the request open until the timeout or until completion, with the response containing the full result as JSON. | [optional][default to false]
**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]
**tool_confirmations** | Option<[**Vec<models::ToolCallConfirmation>**]ToolCallConfirmation.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)