Skip to content

Variable: ActionSummarySchema

Makaio Framework


Makaio Framework / services-core/session-editor / ActionSummarySchema

const ActionSummarySchema: ZodObject<{ category: ZodEnum<{ compression: "compression"; extraction: "extraction"; transformation: "transformation"; }>; description: ZodString; id: ZodString; label: ZodString; }, $strip>

Defined in: ../../../packages/services/core/src/session-editor/schemas.ts:11

UI-safe subset of SessionEditorAction.

Represents an action that can be executed in the session editor pipeline, without exposing the execute method or runtime-specific details.