toLangChain property
ToolSpec
get
toLangChain
Implementation
ToolSpec get toLangChain => ToolSpec(
name: name,
description: description,
inputJsonSchema: schema,
strict: true,
);
ToolSpec get toLangChain => ToolSpec(
name: name,
description: description,
inputJsonSchema: schema,
strict: true,
);