mirascope.core.mistral.call_params¶
Usage Documentation
MistralCallParams
¶
Bases: BaseCallParams
The parameters to use when calling the Mistral API.
Attributes:
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 | None]
|
... |
top_p |
NotRequired[float | None]
|
... |