⚠️ Deprecated ⚠️

Install and use in "@langchain/anthropic/experimental" instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

interface ChatAnthropicFunctionsCallOptions {
    tools?: StructuredToolInterface[];
}

Hierarchy (view full)

  • Toolkit
    • ChatAnthropicFunctionsCallOptions

Properties

Properties

tools?: StructuredToolInterface[]

Generated using TypeDoc