Skip to content

Messages and Actions

Chat responses in Genie include executable actions and export controls.

  • Markdown rendering for readable responses.
  • Copy Code on code blocks.
  • Thinking indicator while generation is running.
  • Stop generation button in the composer while a response is in progress.

Genie can render structured callout blocks directly in assistant messages:

BlockWhat it communicatesTypical trigger
AssumptionsDefaults Genie used to proceed.Prompt leaves scope or details ambiguous.
WarningsRisks, limits, or checks to perform before executing.High-impact operations or uncertain context.
SourcesEvidence links or references behind the answer.Web Search is used, or references are explicitly cited.

These blocks are visually distinct in chat and appear inline with the same assistant response.

SourcesWarningsBlocks.png

FeatureDescription
Export CSVSaves table output as CSV.

ExportCSV.png

FeatureDescription
Copy PNGCopies the chart image to the clipboard.
Export PNGSaves the chart image to a file.

QueryChart.png

Action LinkPurpose
ConfirmConfirms a staged DATA operation. You can also type CONFIRM CHANGE when shown in chat.
Confirm Full Table ChangeConfirms a full-table or destructive DATA operation. You can also type CONFIRM FULL TABLE CHANGE when shown in chat.
CancelCancels a pending DATA operation.
Execute Step-by-StepRuns a migration plan one step at a time with staged confirmation.
Execute AllStarts sequential execution for the remaining migration steps after explicit approval.
Retry StepRe-stages a failed migration step.
Skip StepMarks the current migration step as skipped and continues.
Abort PlanStops the active migration plan and clears pending plan execution.
Preview CodeOpens generated code in the Native Viewer for inspection.
Apply CodeWrites the generated output to Script Workspace using a native delta or full-script operation.

When Genie accepts a safe CODE artifact, chat shows Preview Code and Apply Code links.

If Genie can only render a draft but cannot expose a safe apply-ready artifact, it keeps those actions disabled and shows the draft as display-only content in chat. Treat that as a review state, not an apply-ready result.

For migration-plan requests in DATA mode, actions are presented step-by-step in chat.

DataMigQuickView.png

The action row can include Execute Step-by-Step, Execute All, and Abort Plan depending on the current migration state. When a step is staged, Genie can also require CONFIRM CHANGE or CONFIRM FULL TABLE CHANGE.

See DATA Mode for the complete migration execution workflow.

When Genie relies on web results, schema context, or dictionaries, it may include a Sources block so you can verify referenced material.