mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-08-25 11:51:43 -04:00
68337fcca1
Fixes #745 `max_count` was the only numeric grep param without type coercion, causing ToolInputParsingException on stringified input. Switched to z.coerce.number().