Okay so to my actual issue. Thanks for allowing a ...
# 🌎general
d
Okay so to my actual issue. Thanks for allowing a bit of vent 💨 # objective - feed a pdf of someone’s data (my own atm). - summarize that - pass that summary / turn to the next node to use as context for both the personality
system instruct
and the query for KB answering bot ### KB portion is meant to answer questions about this ‘new’ persona based on the PDF as source of person’s truth. # challenge - unsure how to pass that data, store it in a table? Is it just there already? Where is there? - do I treat the ai translate / task that summarized it as the user, thus capturing the
AI: reply
in a var? - no idea how the user then interacts with the ai anywhere during these steps. This part is frustrating to me as I mentioned — no clear inferences for what handles responses to the user, how it loops back for follow ups, etc.