mirascope.core.mistral.call_params
Usage
Class MistralCallParams
The parameters to use when calling the Mistral API.
Bases:
BaseCallParamsAttributes
| Name | Type | Description |
|---|---|---|
| endpoint | NotRequired[str | None] | - |
| max_tokens | NotRequired[int | None] | - |
| random_seed | NotRequired[int | None] | - |
| response_format | NotRequired[ResponseFormat | None] | - |
| safe_mode | NotRequired[bool | None] | - |
| safe_prompt | NotRequired[bool | None] | - |
| temperature | NotRequired[float | None] | - |
| tool_choice | NotRequired[ToolChoice | ToolChoiceEnum | None] | - |
| top_p | NotRequired[float | None] | - |