QueryGPT
QueryGPT copied to clipboard
多语言自然语言数据库查询,支持自动生成 Python、SQL 和图表
Results
2
QueryGPT issues
Sort by
recently updated
recently updated
newest added
This PR significantly enhances the frontend UX by implementing a streaming chat interface that displays the agent's thinking process in real-time. It introduces a "Dual View" toggle, allowing users to...
1. **History Loading Fix**: Updated backend `chat_api.py` to include `steps` in `execution_details` when saving history. Updated frontend `App.jsx` to correctly load `steps` from `execution.steps` or `execution_details.steps`. 2. **Dual-View Mode**: Implemented...