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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**role** | Option<**Role**> |  (enum: assistant) | [optional][default to Assistant]
**content** | Option<[**models::Content3**]Content3.md> |  | [optional]
**tool_calls** | Option<[**Vec<models::ToolCall>**]ToolCall.md> |  | [optional]
**prefix** | Option<**bool**> | Set this to `true` when adding an assistant message as prefix to condition the model response. The role of the prefix message is to force the model to start its answer by the content of the message. | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)