AIConfigurationSchema: ZodObject<{
    DefaultPromptForContextCompression: ZodNullable<ZodString>;
    DefaultPromptForContextCompressionID: ZodNullable<ZodString>;
    DefaultPromptForContextSummarization: ZodNullable<ZodString>;
    DefaultPromptForContextSummarizationID: ZodNullable<ZodString>;
    DefaultStorageProvider: ZodNullable<ZodString>;
    DefaultStorageProviderID: ZodNullable<ZodString>;
    DefaultStorageRootPath: ZodNullable<ZodString>;
    Description: ZodNullable<ZodString>;
    ID: ZodString;
    IsDefault: ZodBoolean;
    Name: ZodString;
    Parent: ZodNullable<ZodString>;
    ParentID: ZodNullable<ZodString>;
    RootParentID: ZodNullable<ZodString>;
    Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Inactive">, ZodLiteral<"Preview">]>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    DefaultPromptForContextCompression?: string;
    DefaultPromptForContextCompressionID?: string;
    DefaultPromptForContextSummarization?: string;
    DefaultPromptForContextSummarizationID?: string;
    DefaultStorageProvider?: string;
    DefaultStorageProviderID?: string;
    DefaultStorageRootPath?: string;
    Description?: string;
    ID?: string;
    IsDefault?: boolean;
    Name?: string;
    Parent?: string;
    ParentID?: string;
    RootParentID?: string;
    Status?: "Active" | "Deprecated" | "Inactive" | "Preview";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    DefaultPromptForContextCompression?: string;
    DefaultPromptForContextCompressionID?: string;
    DefaultPromptForContextSummarization?: string;
    DefaultPromptForContextSummarizationID?: string;
    DefaultStorageProvider?: string;
    DefaultStorageProviderID?: string;
    DefaultStorageRootPath?: string;
    Description?: string;
    ID?: string;
    IsDefault?: boolean;
    Name?: string;
    Parent?: string;
    ParentID?: string;
    RootParentID?: string;
    Status?: "Active" | "Deprecated" | "Inactive" | "Preview";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity MJ: AI Configurations

Type declaration

  • DefaultPromptForContextCompression: ZodNullable<ZodString>
  • DefaultPromptForContextCompressionID: ZodNullable<ZodString>
  • DefaultPromptForContextSummarization: ZodNullable<ZodString>
  • DefaultPromptForContextSummarizationID: ZodNullable<ZodString>
  • DefaultStorageProvider: ZodNullable<ZodString>
  • DefaultStorageProviderID: ZodNullable<ZodString>
  • DefaultStorageRootPath: ZodNullable<ZodString>
  • Description: ZodNullable<ZodString>
  • ID: ZodString
  • IsDefault: ZodBoolean
  • Name: ZodString
  • Parent: ZodNullable<ZodString>
  • ParentID: ZodNullable<ZodString>
  • RootParentID: ZodNullable<ZodString>
  • Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Inactive">, ZodLiteral<"Preview">]>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional DefaultPromptForContextCompression?: string
  • Optional DefaultPromptForContextCompressionID?: string
  • Optional DefaultPromptForContextSummarization?: string
  • Optional DefaultPromptForContextSummarizationID?: string
  • Optional DefaultStorageProvider?: string
  • Optional DefaultStorageProviderID?: string
  • Optional DefaultStorageRootPath?: string
  • Optional Description?: string
  • Optional ID?: string
  • Optional IsDefault?: boolean
  • Optional Name?: string
  • Optional Parent?: string
  • Optional ParentID?: string
  • Optional RootParentID?: string
  • Optional Status?: "Active" | "Deprecated" | "Inactive" | "Preview"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional DefaultPromptForContextCompression?: string
  • Optional DefaultPromptForContextCompressionID?: string
  • Optional DefaultPromptForContextSummarization?: string
  • Optional DefaultPromptForContextSummarizationID?: string
  • Optional DefaultStorageProvider?: string
  • Optional DefaultStorageProviderID?: string
  • Optional DefaultStorageRootPath?: string
  • Optional Description?: string
  • Optional ID?: string
  • Optional IsDefault?: boolean
  • Optional Name?: string
  • Optional Parent?: string
  • Optional ParentID?: string
  • Optional RootParentID?: string
  • Optional Status?: "Active" | "Deprecated" | "Inactive" | "Preview"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date