mirascope.core.azure.call_params¶
Usage Documentation
AzureCallParams
¶
Bases: BaseCallParams
The parameters to use when calling the Azure API.
Attributes:
Name | Type | Description |
---|---|---|
frequency_penalty |
NotRequired[float | None]
|
... |
max_tokens |
NotRequired[int | None]
|
... |
model_extras |
NotRequired[dict[str, Any] | None]
|
... |
presence_penalty |
NotRequired[float | None]
|
... |
response_format |
NotRequired[ChatCompletionsResponseFormat | None]
|
... |
seed |
NotRequired[int | None]
|
... |
stop |
NotRequired[list[str] | None]
|
... |
temperature |
NotRequired[float | None]
|
... |
tool_choice |
NotRequired[str | ChatCompletionsToolChoicePreset | ChatCompletionsNamedToolChoice | None]
|
... |
top_p |
NotRequired[float | None]
|
... |