Description
Add a WebSocket message type and handler for players to chat with the Claude bot.
Acceptance Criteria
Technical Considerations
- Need to add Claude API key configuration
- Consider rate limiting per player
- May need conversation context/history per player
Related
- Bot is currently defined in
bot_user.dart
- Client will need corresponding UI (tracked in tech_world repo)
Description
Add a WebSocket message type and handler for players to chat with the Claude bot.
Acceptance Criteria
bot_chat_request,bot_chat_response)ClientConnectionsServiceTechnical Considerations
Related
bot_user.dart