[apps][tool_suggest] Remove tool_suggest's dependency on tool search. (#14856)

- [x] Remove tool_suggest's dependency on tool search.
This commit is contained in:
Matthew Zeng
2026-03-25 12:26:02 -07:00
committed by GitHub
parent 79359fb5e7
commit 91337399fe
11 changed files with 319 additions and 48 deletions

View File

@@ -129,6 +129,7 @@ mod subagent_notifications;
mod text_encoding_fix;
mod tool_harness;
mod tool_parallelism;
mod tool_suggest;
mod tools;
mod truncation;
mod turn_state;