refactor Conversation history file into its own directory (#6229)

This is just a refactor of `conversation_history` file by breaking it up
into multiple smaller ones with helper. This refactor will help us move
more functionality related to context management here. in a clean way.
This commit is contained in:
Ahmed Ibrahim
2025-11-05 10:49:35 -08:00
committed by GitHub
parent 62474a30e8
commit 1a89f70015
10 changed files with 1372 additions and 1359 deletions

View File

@@ -9,7 +9,7 @@ pub mod runtimes;
pub mod sandboxing;
pub mod spec;
use crate::conversation_history::format_output_for_model_body;
use crate::context_manager::format_output_for_model_body;
use crate::exec::ExecToolCallOutput;
pub use router::ToolRouter;
use serde::Serialize;