Open jakethekoenig opened 1 month ago
Currently we only get the parent message. But we should get it's parent and so on and build the conversation. If the author matches an llm model we should set role: "assistant", otherwise we should use role: "user".
role: "assistant"
role: "user"
@mentatbot can you fix this? I got lazy when writing the relevant logic in messageHelpers.ts. lmk if you have any questions.
I will start working on this issue
Currently we only get the parent message. But we should get it's parent and so on and build the conversation. If the author matches an llm model we should set
role: "assistant"
, otherwise we should userole: "user"
.