Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / ArchAIContextSchema

Variable: ArchAIContextSchema

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

Licensed under BUSL-1.1