Content
@
0 reply
0 recast
2 reactions
rish
@rish
is anyone traversing farcaster conversation threads and summarizing them to pass as context to their agent? if yes, we’re building something to make this a lot easier; would love to get feedback reply to this thread or DC me
11 replies
7 recasts
75 reactions
mvr 🐹
@mvr
i'm just passing some from the thread due to limited prompt size both agent and user prompts if (assistants.includes(fid)) { return { content: messageContent, role: 'assistant' } as CoreAssistantMessage; } else { return { content: `@${username}: ${messageContent}`, role: 'user' } as CoreUserMessage; }
1 reply
0 recast
0 reaction
rish
@rish
what’s the agent?
1 reply
0 recast
1 reaction