Fix Rig tool continuation and plan creation

This commit is contained in:
2026-08-14 09:01:53 -05:00
parent 5737f8342c
commit f4a04d0240
12 changed files with 642 additions and 155 deletions
+5
View File
@@ -147,6 +147,11 @@ impl RuntimeResponseTranslator {
events
}
pub(crate) fn begin_followup_turn(&mut self) {
self.text_message_id = None;
self.reasoning_message_id = None;
}
fn initialize(&mut self, events: &mut Vec<ResponseEvent>) {
if self.initialized {
return;