Content pfp
Content
@
0 reply
0 recast
0 reaction

adrienne pfp
adrienne
@adrienne
Giving my bot a memory of its conversation was a little more complicated than I thought it would be. Is this the right approach: - Use neynar conversation API to retrieve all casts from a thread (https://docs.neynar.com/reference/lookup-cast-conversation) - Apply filtering logic to only get casts between the user & the bot - Pass the conversation history back into LLM prompt to remind bot of its past conversation I couldn't get through the first 2 steps today and I ran out of time. Will pick back up later but if anyone has done something similar and has any guidance/advice I'm all ears.
4 replies
1 recast
29 reactions

Jason pfp
Jason
@jachian
Depends on what you’re trying to do with the conversation memory. In about all cases it’s better to distill it down in some way
1 reply
0 recast
2 reactions

adrienne pfp
adrienne
@adrienne
Right now my bot will answer you if you tag it, but it only has the context of whatever you wrote in the cast where you tag it. I want to be able to have it continue a conversation with someone. Just like how you and I might do in this thread... Like if I ask the bot a clarifying question, it won't remember what we were just talking about.
1 reply
0 recast
2 reactions