Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / PersistentAIContextSchema

Variable: PersistentAIContextSchema

const PersistentAIContextSchema: 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

Licensed under BUSL-1.1