Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt

Use this file to discover all available pages before exploring further.

The Agent Interactions tab provides a per-message debug log of all chat interactions in the project. Expand any row to view full tool calls and trace details, or export the complete dataset for offline analysis.

Interactions Table

Records are paginated and displayed in reverse chronological order. Use Previous and Next to navigate between pages. The table scrolls horizontally to reveal all columns:
ColumnDescription
TimeThe date and time the message was sent.
ChatA truncated preview of the chat title, with the chat ID displayed below.
UserThe email of the user who sent the message, with their user ID displayed below.
AgentThe name of the agent that handled the interaction, with the agent ID displayed below.
InputA truncated preview of the user’s message.
OutputA truncated preview of the agent’s response.
ModelThe LLM model used to generate the response.
TokensTotal tokens consumed by the interaction.
ToolsThe number of tool calls made during the interaction. Displays a count badge when tools were used.
DurationThe time taken to generate the response.

Expanding a Row

Select the arrow (›) on any row to expand it and view full debug details for that interaction.

LLM Traces

Shows the model call details for the interaction:
FieldDescription
ModelThe LLM model used (e.g. claude-sonnet-4-6).
ProviderThe model provider (e.g. anthropic).
TokensBreakdown of input tokens, output tokens, and total tokens consumed.
DurationTime taken for the model call (e.g. 1665ms).
Show ResponseExpands to display the full raw model response.

Events

A timestamped list of lifecycle events that occurred during the interaction, such as:
  • on_chat_model_start — The model call was initiated.
  • on_llm_end — The model call completed.

Search and Filtering

  • Search — Use the Search messages or responses field to find interactions by keyword in the input or output.
  • Date Range — Use the Select date range button to scope the log to a specific time window.
  • Refresh — Use the refresh icon to reload the log with the latest data.

Exporting

Select the Export dropdown to download the complete dataset in your preferred format:
FormatDescription
Export as CSVExcel-compatible format.
Export as XLSXPreserves formatting.