import { StructuredTool } from '@langchain/core/tools'; export type ToolResult = string | Record; export type BaseTool = StructuredTool;