Variable xoTemplateIntentSchemaConst
xoTemplateIntentSchema: ZodObject<
{
constants: ZodOptional<(...)>;
generate: ZodOptional<(...)>;
role: ZodOptional<(...)>;
secrets: ZodOptional<(...)>;
templateIdentifier: ZodOptional<(...)>;
variables: ZodOptional<(...)>;
},
$strict,
> = ...
Validation schema for the base intent structure. Describes the common data parameters shared by all intent types regardless of what they target.
An optional templateIdentifier allows the intent to reference a target defined in a different template, enabling cross-template interaction.
Extended by: xoTemplateActionIntentSchema, xoTemplateOutputIntentSchema, xoTemplateLockingScriptIntentSchema.