mirascope.core.anthropic.call_params
Usage
Class AnthropicCallParams
The parameters to use when calling the Anthropic API.
Bases:
BaseCallParamsAttributes
Name | Type | Description |
---|---|---|
extra_headers | NotRequired[dict[str, str] | None] | - |
max_tokens | int | - |
tool_choice | NotRequired[ToolChoice | None] | - |
metadata | NotRequired[Metadata | None] | - |
stop_sequences | NotRequired[list[str] | None] | - |
system | NotRequired[str | Iterable[TextBlockParam] | None] | - |
temperature | NotRequired[float | None] | - |
top_k | NotRequired[int | None] | - |
top_p | NotRequired[float | None] | - |
timeout | NotRequired[float | Timeout | None] | - |