no message

This commit is contained in:
小帅 2026-03-19 16:12:03 +08:00
parent b719b38152
commit fef7ba31cc

View File

@ -1,4 +1,4 @@
// @db-hash d3a4624b2923d297b29ac84195c244aa // @db-hash ad26ece2cf8002d48518ba2b8cd908f8
//该文件由脚本自动生成,请勿手动修改 //该文件由脚本自动生成,请勿手动修改
export interface memories { export interface memories {
@ -29,8 +29,8 @@ export interface o_artStyle {
} }
export interface o_assets { export interface o_assets {
'describe'?: string | null; 'describe'?: string | null;
'filePath'?: string | null;
'id'?: number; 'id'?: number;
'imageId'?: number | null;
'name'?: string | null; 'name'?: string | null;
'projectId'?: number | null; 'projectId'?: number | null;
'prompt'?: string | null; 'prompt'?: string | null;
@ -68,16 +68,6 @@ export interface o_image {
'type'?: string | null; 'type'?: string | null;
'videoId'?: number | null; 'videoId'?: number | null;
} }
export interface o_knowledge {
'agentType': string;
'content': string;
'createdTime': number;
'embedding': string;
'id'?: string;
'projectId': number;
'source'?: string | null;
'title': string;
}
export interface o_model { export interface o_model {
'apiKey'?: string | null; 'apiKey'?: string | null;
'baseUrl'?: string | null; 'baseUrl'?: string | null;
@ -234,7 +224,6 @@ export interface DB {
"o_event": o_event; "o_event": o_event;
"o_eventChapter": o_eventChapter; "o_eventChapter": o_eventChapter;
"o_image": o_image; "o_image": o_image;
"o_knowledge": o_knowledge;
"o_model": o_model; "o_model": o_model;
"o_myTasks": o_myTasks; "o_myTasks": o_myTasks;
"o_novel": o_novel; "o_novel": o_novel;