Commit Graph

8 Commits

Author SHA1 Message Date
gpt-engineer-app[bot] c1d2cf6d79 Add conversation history to Test Prompt
Implements persistent/voluminous chat history on the Testar Agente screen:
- Prepare to store and load previous conversations (localStorage) for the selected agent
- Create structure for conversations and messages
- Load existing conversations on mount and save changes
- Add support to create new conversations and load them when selected
2025-11-11 20:04:58 +00:00
gpt-engineer-app[bot] b642c5be8b Add clear chat button
Add a button to clear the chat conversation on the Test Agent screen. This button will also trigger a toast notification to confirm the action.
2025-11-07 20:00:01 +00:00
gpt-engineer-app[bot] 7b01dd2e55 Clear chat on agent change
Clear the conversation history when the selected agent changes in the "Testar Agente" screen.
2025-11-07 19:55:54 +00:00
gpt-engineer-app[bot] f1362dbf01 Rename TestPrompt to TestAgent
Update the TestPrompt page to TestAgent. It now features a select dropdown for choosing an agent and a chat interface. The previous prompt and model selection components have been removed.
2025-11-07 19:54:25 +00:00
gpt-engineer-app[bot] d3c2e31d15 Refactor: Make system responsive 2025-10-29 15:02:56 +00:00
gpt-engineer-app[bot] 753724182d feat: Add AI model selection to test prompt screen 2025-10-29 14:53:12 +00:00
gpt-engineer-app[bot] 2df00b1124 Refactor: Transform prompt test page into chat interface 2025-10-29 13:44:55 +00:00
gpt-engineer-app[bot] 6efb71b59b Create HGTX PromptLab UI 2025-10-29 12:06:30 +00:00