deerflow2/tests/unit/tools
Xun c0849af37e
feat(context): decrease token in web_search AIMessage (#827)
This PR addresses token limit issues when web_search is enabled with include_raw_content by implementing a two-pronged approach: changing the default behavior to exclude raw content and adding compression logic for when raw content is included.
2026-01-23 08:31:48 +08:00
..
test_crawl.py Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
test_decorators.py feat: 1. replace black with ruff for fomatting and sort import (#489) 2025-08-17 22:57:23 +08:00
test_infoquest_search_api.py feat: support infoquest (#708) 2025-12-02 08:16:35 +08:00
test_infoquest_search_results.py feat: support infoquest (#708) 2025-12-02 08:16:35 +08:00
test_python_repl.py Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
test_search.py feat(context): decrease token in web_search AIMessage (#827) 2026-01-23 08:31:48 +08:00
test_search_postprocessor.py feat: Add intelligent clarification feature in coordinate step for research queries (#613) 2025-10-14 13:35:57 +08:00
test_tavily_search_api_wrapper.py fix: correct image result format for OpenAI compatibility to fix #632 (#634) 2025-10-20 23:14:09 +08:00
test_tavily_search_results_with_images.py fix: resolve issue #467 - message content validation and Tavily search error handling (#645) 2025-10-23 22:08:14 +08:00
test_tools_retriever.py refactor: Refactors the retriever function to use async/await (#821) 2026-01-20 19:56:26 +08:00