PersistentAI API Documentation / @persistentai/fireflow-types / PersistentAIContextSchema
Variable: PersistentAIContextSchema
constPersistentAIContextSchema: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/fireflow-types/src/execution/persistentai-context.ts:11