Skip to content

remora-monorepo


remora-monorepo / viewer / StepPaletteProps

Interface: StepPaletteProps

Defined in: packages/ui/src/components/step-palette.tsx:17

Properties

onAddStep()

onAddStep: (type) => void

Defined in: packages/ui/src/components/step-palette.tsx:18

Parameters

type

"tool-call" | "llm-prompt" | "extract-data" | "switch-case" | "for-each" | "sleep" | "wait-for-condition" | "agent-loop" | "start" | "end"

Returns

void