Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f39394cc8 | ||
|
|
e1087c2ce5 |
@@ -381,6 +381,10 @@ impl AgentChat {
|
||||
message_history: vec![],
|
||||
}
|
||||
}
|
||||
|
||||
pub fn remove_history(&mut self) {
|
||||
self.message_history = vec![];
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user