JamesonRGrieve / AGiXT-Interactive

AGiXT Interactive Chat in NextJS
MIT License
7 stars 2 forks source link

New conversation button does not work #33

Closed Josh-XT closed 5 months ago

Josh-XT commented 5 months ago

New conversation button does not work,

Current behavior:

Clicking the + button opens the popup to enter a conversation name, but after you enter one and try to click create, nothing happens. The box stays open, the new conversation is not added to the drop down, and the conversation does not switch.

Expected behavior:

Note: AGiXT does not create a conversation until there is content to save resources, so a new conversation is a front end trick more than a back end trick. Once AGiXT receives a request with a conversation name that it doesn't have, it creates one for that conversation to log it.