Christian Johnston
Results
1
issues of
Christian Johnston
I have a custom tool using the langchain StructuredTool.from_function ``` from langchain.tools.base import StructuredTool from langchain_core.pydantic_v1 import BaseModel, Field create_draft_tool = StructuredTool.from_function( func=create_draft, name="Create Draft", description=""" Create an email draft....