You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: log AI responses and user messages to conversations with guild_id
- Add guild_id parameter to addToHistory() function
- Update INSERT to include guild_id column
- Call addToHistory() when sending AI responses in triage-respond.js
- Call addToHistory() for user messages in accumulateMessage()
- Update tests to expect 6 parameters instead of 5
0 commit comments