Open corysabol opened 10 months ago
The chat response should include a variable called COMMANDS: [] which is a list of the command sequences retrieved from the vector store.
COMMANDS: []
This list may be empty, but the client expects it to be there.
{ .. stuff .., "data": { "variables": { .. other vars .., "COMMANDS": [] } } }
The chat response should include a variable called
COMMANDS: []
which is a list of the command sequences retrieved from the vector store.This list may be empty, but the client expects it to be there.