biocypher / biochatter-next

The advanced implementation for BioChatter, using Next.js
MIT License
8 stars 7 forks source link

Update conversation title in sidebar also when using a persona #51

Open slobentanzer opened 9 months ago

slobentanzer commented 9 months ago

The original "New Conversation" has a feature that generates a conversation topic and sets the title of the conversation in the sidebar to this topic, making it easier to find a previous conversation. If we select a persona, the conversation title will remain the persona name. Can we adjust this and make every conversation behave like the former, i.e., use the generated title? @fengsh27