mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 02:55:21 +00:00
StructuredTool.from_function now accepts subagent_name= as a named parameter and passes it to the constructed StructuredTool instance. Completes the trio of subagent_name entry points: BaseTool attribute, @tool decorator, StructuredTool.from_function.