Preserve assistant phase for replayed messages (#19832)

This commit is contained in:
friel-openai
2026-04-28 08:46:13 -07:00
committed by GitHub
parent 21e19912e0
commit 598bbcdb58
8 changed files with 64 additions and 5 deletions
+1
View File
@@ -855,6 +855,7 @@ impl InterAgentCommunication {
content: vec![ContentItem::OutputText {
text: serde_json::to_string(self).unwrap_or_default(),
}],
phase: Some(MessagePhase::Commentary),
}
}