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.
  • Copy on CODE outputs when Genie has generated recoverable script output or text.
  • 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.
CopyCopies the generated CODE output so you can recover or paste it manually.
Apply CodeWrites the generated output to Script Workspace using a native delta or full-script operation.
Open in Code ModeMoves a read-only coding plan into CODE when the plan is ready for implementation.
Export Plan PDFExports an ASK Debug coding plan as a PDF for review or handoff.

When Genie accepts a safe CODE result, chat can show Preview Code, Copy, and Apply Code links.

Warnings and blocking errors can include numeric public error codes. Use Error Codes and Recovery when a code appears.

If Genie can render a draft but cannot safely apply it, Apply Code stays unavailable. Preview Code and Copy may still be available so you can inspect or recover the output manually. Treat that as a review state, not an apply-ready result.

CODE response with Preview, Copy, and Apply actions

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.