langchain-anthropic: 0.2.1#

chat_models#

Classes

chat_models.AnthropicTool

Anthropic tool definition.

chat_models.ChatAnthropic

Anthropic chat models.

Functions

chat_models.convert_to_anthropic_tool(tool)

Convert a tool-like object to an Anthropic tool definition.

Deprecated classes

experimental#

Functions

experimental.get_system_message(tools)

Generate a system message that describes the available tools.

Deprecated classes

llms#

Classes

llms.AnthropicLLM

Anthropic large language model.

Deprecated classes

output_parsers#

Classes

output_parsers.ToolsOutputParser

Output parser for tool calls.

Functions

output_parsers.extract_tool_calls(content)

Extract tool calls from a list of content blocks.