jina-ai / jina-ai/node-DeepResearch
[BUG] strict condition not used?
Open
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 461
- PR merge metrics
- No merged PRs in 30d
Description
strict value is set here:
https://github.com/jina-ai/node-DeepResearch/blob/1a0bc5de327861885464b89b7d26b5eb20884cc4/src/agent.ts#L308-L311
and used here:
https://github.com/jina-ai/node-DeepResearch/blob/1a0bc5de327861885464b89b7d26b5eb20884cc4/src/agent.ts#L414-L415
but usage comes after step condition:
https://github.com/jina-ai/node-DeepResearch/blob/1a0bc5de327861885464b89b7d26b5eb20884cc4/src/agent.ts#L365-L370
so, strict usage may never reached?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.