Commit Graph

2 Commits

Author SHA1 Message Date
Devin AI
be4b8cfac2 test: Add knowledge effectiveness test
- Add test to verify knowledge is effectively used in agent execution
- Test checks that knowledge from agent is correctly used in response
- Verifies fix for issue #2269

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-03-04 04:17:46 +00:00
Devin AI
978d3a19c6 fix: Improve knowledge context formatting for better LLM effectiveness
- Make knowledge context more explicit and instructive for LLM
- Add clear instructions to use provided context
- Add comprehensive test coverage for knowledge utils

Fixes #2269

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-03-04 04:16:26 +00:00