langchain_anthropic 0.1.11¶

langchain_anthropic.chat_models¶

Classes¶

chat_models.AnthropicTool

chat_models.ChatAnthropic

Anthropic chat model.

chat_models.ChatAnthropicMessages

[Deprecated]

Functions¶

chat_models.convert_to_anthropic_tool(tool)

langchain_anthropic.experimental¶

Classes¶

experimental.ChatAnthropicTools

[Deprecated] Chat model for interacting with Anthropic functions.

Functions¶

experimental.get_system_message(tools)

langchain_anthropic.llms¶

Classes¶

llms.Anthropic

[Deprecated]

llms.AnthropicLLM

Anthropic large language model.

langchain_anthropic.output_parsers¶

Classes¶

output_parsers.ToolsOutputParser

Create a new model by parsing and validating input data from keyword arguments.

Functions¶

output_parsers.extract_tool_calls(content)