feat: Enhance conversation testing with ROM loading and verbose output options
This commit is contained in:
@@ -157,6 +157,10 @@ void ConversationalAgentService::SetRomContext(Rom* rom) {
|
||||
}
|
||||
}
|
||||
|
||||
void ConversationalAgentService::ResetConversation() {
|
||||
history_.clear();
|
||||
}
|
||||
|
||||
absl::StatusOr<ChatMessage> ConversationalAgentService::SendMessage(
|
||||
const std::string& message) {
|
||||
if (message.empty() && history_.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user