feat: added conversation history feature
This commit is contained in:
@@ -9,7 +9,7 @@ import { useProjectStore } from '../stores/projectStore';
|
||||
export const clearChatHistory = () => {
|
||||
// Clear agent state
|
||||
const agentCore = AgentCore.instance();
|
||||
agentCore.clearConversation();
|
||||
agentCore.startNewConversation();
|
||||
useProjectStore.getState().setToolFastForwardEnabled(false);
|
||||
|
||||
console.log('Chat history cleared programmatically');
|
||||
|
||||
Reference in New Issue
Block a user