technical-ivoryT
Voiceflow8mo ago
8 replies
technical-ivory

{ vf_memory } is recording a lot more than just the conversation turns

I'm trying to print the conversation history at the end of my workflow. Ultimately, this will be included in a POST request, but for now I'm just printing it in a message so I can see what it looks like.

Unfortunately, it's showing more than just the agent and user turns. It showing a lot of data related to knowledge base queries and function calls as well. See attached.

This only seems to happen after my agent finishes and the "create a workorder" path is triggered. If I print out { vf_memory } before the agent, it only contains agent/user turns and nothing else.

Is this behaviour normal? From the docs and earlier use of { vf_memory } I expected it to only contain agent/user turns.
vf_memory1.jpg
vf_memory2.jpg
vf_memory3.jpg
workflow.jpg
variable.jpg
Was this page helpful?