mirascope.core.anthropic.call_params | Mirascope
MirascopeLilypad

mirascope.core.anthropic.call_params

Usage

Class AnthropicCallParams

The parameters to use when calling the Anthropic API.

Anthropic API Reference

Bases:

BaseCallParams

Attributes

NameTypeDescription
extra_headersNotRequired[dict[str, str] | None]-
max_tokensint-
tool_choiceNotRequired[ToolChoice | None]-
metadataNotRequired[Metadata | None]-
stop_sequencesNotRequired[list[str] | None]-
systemNotRequired[str | Iterable[TextBlockParam] | None]-
temperatureNotRequired[float | None]-
top_kNotRequired[int | None]-
top_pNotRequired[float | None]-
timeoutNotRequired[float | Timeout | None]-