Documentation
ReferenceAuthoring Portal ReferenceSandbox

Debugging

To support debugging, the Sandbox contains a set of panes, each containing useful information about the operation of your Agent.

The Sandbox

Sandbox panes

Sandbox PaneDetails
VariablesThe current values of all variables defined in your Agent.
LLM PromptThe actual prompting sent to the LLM, combined using the ‘sandwich’ mechanism and all variables substituted in with their current values.
RAG DetailsIf you have configured a RAG integration, this pane displays pertinent information to allow you to fine tune your integration. It includes how the user’s input was transposed to eliminate anaphoric references, how many documents were retrieved, how many were selected as well as each document’s score or distance.
Event LogA list of events or errors that occurred during the turn including any references extracted by the LLM from retrieved RAG documents and emitted to the front end client.
* Any integrations that were triggered during the turn.

Restarting

  • Restart your Agent from the entry point (or if set, the current active snapshot) by clicking on the refresh icon alongside the message box.

On this page