renjianbo
|
53d179dd00
|
feat(S1): iterative conversation for multi-round prompt refinement
- Conversation model: store dialog context (max 10 rounds), JSON messages
- POST /api/prompt/continue: append round, build LLM context from history
- GET/DELETE /api/conversation/🆔 retrieve or clear conversation
- Vue: refine input card below result, round counter, reset button
- Vue: continuePrompt API with conversation_id tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-05-03 09:49:22 +08:00 |
|