foreign-sapphire•2y ago
Empty response each API request?
Empty response each API request?
I have the world's most boring KB-powered agent with (1) start, (2) utterance capture, (3) KB w/ prompt
I dispatch the following the curl:
The 1st api call (just text payload) gets a response and subsequent request is an empty array then after that sending same request results in a response
I'm a bit confused with this behavior-- any ideas on a path forward?



5 Replies
Use a 'launch' action first to start your agent.
foreign-sapphireOP•2y ago
So I was using launch originally wasn't getting any luck keeping track if they had visited before. My solution was to add a set variable in the VF canvas at the end of my "flow" (here super simple ofc) and then check for that variable
foreign-sapphireOP•2y ago

foreign-sapphireOP•2y ago
Got a good pattern in place for now:
foreign-sapphireOP•2y ago
