ToolSpec constructor
const
ToolSpec({})
The specification of a LangChain tool without the actual implementation.
Implementation
const ToolSpec({
required this.name,
required this.description,
required this.inputJsonSchema,
this.strict = false,
});