Orchestration (#7999)

Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Tyler Longwell <tlongwell@squareup.com>
This commit is contained in:
Douwe Osinga
2026-03-19 16:30:24 -04:00
committed by GitHub
parent 53236ff327
commit 3f8eec3237
8 changed files with 794 additions and 11 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ async fn do_compact(
))
}
fn format_message_for_compacting(msg: &Message) -> String {
pub fn format_message_for_compacting(msg: &Message) -> String {
let content_parts: Vec<String> = msg
.content
.iter()