feat: goose bench framework for functional and regression testing
Co-authored-by: Zaki Ali <zaki@squareup.com>
This commit is contained in:
@@ -622,4 +622,8 @@ impl Session {
|
||||
cache.prompt_info.clear();
|
||||
cache.last_updated = Instant::now();
|
||||
}
|
||||
|
||||
pub fn message_history(&self) -> Vec<Message> {
|
||||
self.messages.clone()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user