• Build LangChain StructuredTool instances from LD tool definitions and a ToolRegistry. Tools missing from the registry are skipped with a warning. Non-function built-in tools are also skipped.

    Parameters

    • toolDefinitions: any[]
    • tools: ToolRegistry
    • Optional logger: LDLogger
      Optional

    Returns StructuredToolInterface[]

Generated using TypeDoc