large tool response handling (#2629)

This commit is contained in:
Michael Neale
2025-05-23 12:27:17 +10:00
committed by GitHub
parent 29a7278e78
commit df2cb78228
3 changed files with 252 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ mod agent;
mod context;
pub mod extension;
pub mod extension_manager;
mod large_response_handler;
pub mod platform_tools;
pub mod prompt_manager;
mod reply_parts;