any feedback on this problem
# 🌎general
l
any feedback on this problem
a
hey weaksauce, not exactly sure what the bot behavior you want is, but i think that it'll be doable. Can you give me a text example of the bot convo you want?
l
Yes

https://cdn.discordapp.com/attachments/1138524308940005427/1138526518897815642/image.png

When I click "Request Revision"
I want to be able to say something like: "Please space out the schedule with a new line space between each line"
or "Please show the date range instead of just the date for each task"
or "Please add another day for site inspection at the end and update the project competion date accordingly"
I know GPT-3.5 is capable of this because I tried it off the botpress platform
I am not sure how to loop this in a way that would allow that

https://cdn.discordapp.com/attachments/1138524308940005427/1138527446099054773/image.png

Every attempt I have made is glitchy
m
Was one of the things you tried adding another AI Task card to the ask revision node?
a

https://cdn.discordapp.com/attachments/1138524308940005427/1138535770366431292/weaksauce.eth_revision_request.gif

l
David I am gona try this immediately 1 sec
Hmm yes this is the right idea, maybe i have to work on the prompt engineering
because it is still not giving satisfactory answers
i wonder if a loop can be made
because what if i want a 2nd or 3rd or 4th revision
revision 2 would be an adjustment to the original
revision 3 should be an adjustment to the 2nd
not a 2nd revision of the 1st
if that makes sense
a
prompt engineering goes a long way
just thinking out loud, for the loop you can do something in an execute code card such that after each revision is made, the variable that stores the original answer is saved with the revised version so you can loop again without having to create new nodes/variables
l
Yes! I need to do that
david not sure if this is out of bounds, do you by any chance have a few mins to see my screen
can i share screen you in a chat
Does botpress automatically have "memory"
or is that something we need to program in
Can you please elaborate on how I can do this
a
your bot automatically has memory through the knowledge agent. under its settings you can see that you have access to the conversation transcript and conversation summary
here's an example you can use for inspiration

https://cdn.discordapp.com/attachments/1138524308940005427/1138606742595448953/weaksauce.eth_looping_request.gif

2 Views