{ vf_memory } is recording a lot more than just the conversation turns
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.





