toLangChain property

ToolSpec get toLangChain

Implementation

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