Skip to content

Agent Builder sessions

Agent Builder maintains conversational context across multiple turns so you can refine configuration without repeating background information.

PhaseBehavior
StartNew session on first message or after explicit “new session”
ActiveContext includes prior messages, pending plans, and resource IDs
Idle timeout30 minutes without input closes the session
EndClose manually or on timeout; undo window expires with session

Agent Builder remembers within a session:

  • Assistant, KB, tool, and deployment names you referenced
  • Pending unconfirmed plans (until confirmed or cancelled)
  • Results of read-only queries and tool tests

Example follow-up:

You: Attach Help Center KB to Website Support
Agent Builder: [preview — waiting for confirm]
You: Also add the Returns Policy KB
Agent Builder: [updated preview with both attachments]

Stop a running plan or apply operation:

MethodWhen to use
Cancel buttonDuring plan generation or preview
Type cancel / stopAnytime before confirm
Close browser tabAborts in-flight requests; unconfirmed plans are discarded

Cancellation does not undo already-confirmed writes — use Undo for that.

StatePersists after session ends?
Chat historyNo — session-scoped
Confirmed configuration writesYes — saved to your organization
Unconfirmed plansNo — discarded on session end
Undo availabilityExpires with session (~30 min after confirm)
Start a new session

Use this when switching to a unrelated assistant or project to avoid stale context.

Only one active Agent Builder session per admin user is recommended. A second browser tab may show stale pending plans.