Variable AIAgentNoteSchemaConst
AIAgentNoteSchema: ZodObject<{
Agent: ZodNullable<ZodString>;
AgentID: ZodNullable<ZodString>;
AgentNoteType: ZodNullable<ZodString>;
AgentNoteTypeID: ZodNullable<ZodString>;
Comments: ZodNullable<ZodString>;
Company: ZodNullable<ZodString>;
CompanyID: ZodNullable<ZodString>;
EmbeddingModel: ZodNullable<ZodString>;
EmbeddingModelID: ZodNullable<ZodString>;
EmbeddingVector: ZodNullable<ZodString>;
ID: ZodString;
IsAutoGenerated: ZodBoolean;
Note: ZodNullable<ZodString>;
SourceAIAgentRunID: ZodNullable<ZodString>;
SourceConversation: ZodNullable<ZodString>;
SourceConversationDetailID: ZodNullable<ZodString>;
SourceConversationID: ZodNullable<ZodString>;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Pending">, ZodLiteral<"Revoked">]>;
Type: ZodUnion<[ZodLiteral<"Constraint">, ZodLiteral<"Context">, ZodLiteral<"Example">, ZodLiteral<"Issue">, ZodLiteral<"Preference">]>;
User: ZodNullable<ZodString>;
UserID: ZodNullable<ZodString>;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
Agent?: string;
AgentID?: string;
AgentNoteType?: string;
AgentNoteTypeID?: string;
Comments?: string;
Company?: string;
CompanyID?: string;
EmbeddingModel?: string;
EmbeddingModelID?: string;
EmbeddingVector?: string;
ID?: string;
IsAutoGenerated?: boolean;
Note?: string;
SourceAIAgentRunID?: string;
SourceConversation?: string;
SourceConversationDetailID?: string;
SourceConversationID?: string;
Status?: "Active" | "Pending" | "Revoked";
Type?: "Constraint" | "Context" | "Example" | "Issue" | "Preference";
User?: string;
UserID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
Agent?: string;
AgentID?: string;
AgentNoteType?: string;
AgentNoteTypeID?: string;
Comments?: string;
Company?: string;
CompanyID?: string;
EmbeddingModel?: string;
EmbeddingModelID?: string;
EmbeddingVector?: string;
ID?: string;
IsAutoGenerated?: boolean;
Note?: string;
SourceAIAgentRunID?: string;
SourceConversation?: string;
SourceConversationDetailID?: string;
SourceConversationID?: string;
Status?: "Active" | "Pending" | "Revoked";
Type?: "Constraint" | "Context" | "Example" | "Issue" | "Preference";
User?: string;
UserID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
Agent: ZodNullable<ZodString>
AgentID: ZodNullable<ZodString>
AgentNoteType: ZodNullable<ZodString>
AgentNoteTypeID: ZodNullable<ZodString>
Comments: ZodNullable<ZodString>
Company: ZodNullable<ZodString>
CompanyID: ZodNullable<ZodString>
EmbeddingModel: ZodNullable<ZodString>
EmbeddingModelID: ZodNullable<ZodString>
EmbeddingVector: ZodNullable<ZodString>
ID: ZodString
IsAutoGenerated: ZodBoolean
Note: ZodNullable<ZodString>
SourceAIAgentRunID: ZodNullable<ZodString>
SourceConversation: ZodNullable<ZodString>
SourceConversationDetailID: ZodNullable<ZodString>
SourceConversationID: ZodNullable<ZodString>
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Pending">, ZodLiteral<"Revoked">]>
Type: ZodUnion<[ZodLiteral<"Constraint">, ZodLiteral<"Context">, ZodLiteral<"Example">, ZodLiteral<"Issue">, ZodLiteral<"Preference">]>
User: ZodNullable<ZodString>
UserID: ZodNullable<ZodString>
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional Agent?: string
Optional AgentID?: string
Optional AgentNoteType?: string
Optional AgentNoteTypeID?: string
Optional Comments?: string
Optional Company?: string
Optional CompanyID?: string
Optional EmbeddingModel?: string
Optional EmbeddingModelID?: string
Optional EmbeddingVector?: string
Optional ID?: string
Optional IsAutoGenerated?: boolean
Optional Note?: string
Optional SourceAIAgentRunID?: string
Optional SourceConversation?: string
Optional SourceConversationDetailID?: string
Optional SourceConversationID?: string
Optional Status?: "Active" | "Pending" | "Revoked"
Optional Type?: "Constraint" | "Context" | "Example" | "Issue" | "Preference"
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional Agent?: string
Optional AgentID?: string
Optional AgentNoteType?: string
Optional AgentNoteTypeID?: string
Optional Comments?: string
Optional Company?: string
Optional CompanyID?: string
Optional EmbeddingModel?: string
Optional EmbeddingModelID?: string
Optional EmbeddingVector?: string
Optional ID?: string
Optional IsAutoGenerated?: boolean
Optional Note?: string
Optional SourceAIAgentRunID?: string
Optional SourceConversation?: string
Optional SourceConversationDetailID?: string
Optional SourceConversationID?: string
Optional Status?: "Active" | "Pending" | "Revoked"
Optional Type?: "Constraint" | "Context" | "Example" | "Issue" | "Preference"
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity AI Agent Notes