CorrectionFlow
stableUI for correcting AI output with diff preview
import { CorrectionFlow } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
originalreq | string | — | Original output to correct |
agentreq | string | — | Responsible agent |
onSubmit | (corrected: string) => void | — | Submission handler |
originalrequiredType
stringDefault —Original output to correct
agentrequiredType
stringDefault —Responsible agent
onSubmitType
(corrected: string) => voidDefault —Submission handler
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?