Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

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

Compare any two versions of an agent to review changes before publishing, audit past modifications, or understand differences between versions.

How to Access Version Comparison

Two ways to open the comparison modal:
  • From Version History — Click the clock icon to open version history, hover over a version, and click Compare versions. Compares that version against the current draft.
  • From Publish Modal — When publishing, click Compare to see what’s changing between the last published version and your current draft.

Comparison Modes

Standard View (JSON Diff)

Traditional split diff showing full JSON configuration of both versions side by side. Includes syntax highlighting and a Show parent fields toggle to see the surrounding JSON context for each change.

Semantic Diff

Human-readable summary organized by field. Shows a count of additions, removals, and modifications. Each change shows the full field path (e.g. response_engine.prompt), with word-level diffs for long text changes.
When to use each:
  • Standard View — Need complete configuration context or exact JSON structure
  • Semantic Diff — Want a quick, scannable summary of what changed

What Gets Compared

The modal shows differences across all agent components:
ComponentWhat’s shown
Agent configurationBasic settings and metadata
Response EngineLLM changes (single/multi prompt) or flow configuration changes (conversation flow)
Related entitiesLinked knowledge bases, functions, and other configurations