Skip to content

Variable: ContextRuleResolutionRequestSchema

Makaio Framework


Makaio Framework / services-core/context-rules / ContextRuleResolutionRequestSchema

Variable: ContextRuleResolutionRequestSchema

Section titled “Variable: ContextRuleResolutionRequestSchema”

const ContextRuleResolutionRequestSchema: ZodObject<{ adapterId: ZodOptional<ZodString>; agentId: ZodOptional<ZodString>; cwd: ZodOptional<ZodString>; sessionId: ZodOptional<ZodString>; }, $strict> = ContextSnapshotBaseSchema

Defined in: ../../../packages/services/core/src/context-rules/schemas.ts:192

Service request schema for resolving rules against runtime facts.