mirascope.core.mistral.call_params | Mirascope
MirascopeLilypad

mirascope.core.mistral.call_params

Usage

Class MistralCallParams

The parameters to use when calling the Mistral API.

Mistral API Reference

Bases:

BaseCallParams

Attributes

NameTypeDescription
endpointNotRequired[str | None]-
max_tokensNotRequired[int | None]-
random_seedNotRequired[int | None]-
response_formatNotRequired[ResponseFormat | None]-
safe_modeNotRequired[bool | None]-
safe_promptNotRequired[bool | None]-
temperatureNotRequired[float | None]-
tool_choiceNotRequired[ToolChoice | ToolChoiceEnum | None]-
top_pNotRequired[float | None]-