greenfield-hippos / backend

0 stars 1 forks source link

Laurence/insert msg and convo #30

Open laurencecnerual opened 2 hours ago

laurencecnerual commented 2 hours ago

With no convo ID given a new one is made for message association and finally sent to the frontend image

When convo ID is given, messages are associated with it and its updated_at is updated (from conversation table in db) image

Example of a continued conversation (from message table in db) image

KNOWN ISSUE - chatgpt is called a second time to receive a title for the conversation, which is not ideal, and also, the title currently received is too vague/general... ("Understanding coding concepts.", etc.)

laurencecnerual commented 28 minutes ago

Please approve and I will work on the new method of generating the conversation title in my next PR