ChainGraph API Documentation / @badaitech/chaingraph-types / ArchAIContextSchema
Variable: ArchAIContextSchema
constArchAIContextSchema:ZodObject<{agentID:ZodOptional<ZodString>;agentSession:ZodOptional<ZodString>;chatID:ZodOptional<ZodString>;messageID:ZodOptional<ZodNumber>; },"strip",ZodTypeAny, {agentID?:string;agentSession?:string;chatID?:string;messageID?:number; }, {agentID?:string;agentSession?:string;chatID?:string;messageID?:number; }>
Defined in: packages/chaingraph-types/src/execution/arch-a-i-context.ts:11