This commit is contained in:
2026-08-05 00:56:55 -05:00
parent b0ad07f6f2
commit c321e17708
44 changed files with 2005 additions and 598 deletions
+4 -1
View File
@@ -34,7 +34,10 @@ pub struct RuntimeDescriptor {
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum TurnCommand {
Cancel,
Steer { text: String },
Steer {
display_text: String,
model_text: String,
},
}
#[derive(Clone, Debug)]