melhoramento do fall back da ia
This commit is contained in:
@@ -621,6 +621,7 @@ class _TutorChatPageSimpleState extends State<TutorChatPageSimple>
|
||||
_messages.clear();
|
||||
});
|
||||
ChatMemoryService.clearHistory();
|
||||
RAGAIService.clearLastContext();
|
||||
Navigator.of(dialogContext).pop();
|
||||
},
|
||||
child: const Text('Limpar'),
|
||||
@@ -632,6 +633,7 @@ class _TutorChatPageSimpleState extends State<TutorChatPageSimple>
|
||||
_messages.clear();
|
||||
});
|
||||
ChatMemoryService.clearHistory();
|
||||
RAGAIService.clearLastContext();
|
||||
Navigator.of(dialogContext).pop();
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
|
||||
Reference in New Issue
Block a user