To use this package, you should have an Anthropic API key set as an
environment variable named ANTHROPIC_API_KEY or passed
into the constructor.
Remarks
Any parameters that are valid to be passed to anthropic.messages can be passed through invocationKwargs,
even if not explicitly available on this class.
Wrapper around Anthropic large language models.
To use this package, you should have an Anthropic API key set as an environment variable named
ANTHROPIC_API_KEY
or passed into the constructor.Remarks
Any parameters that are valid to be passed to
anthropic.messages
can be passed through invocationKwargs, even if not explicitly available on this class.Example