diff --git a/packages/shared/data/types/message.ts b/packages/shared/data/types/message.ts index be0bc3cb7e..7f85f92735 100644 --- a/packages/shared/data/types/message.ts +++ b/packages/shared/data/types/message.ts @@ -58,7 +58,7 @@ export interface BaseBlock { type: BlockType createdAt: number // timestamp updatedAt?: number - modelId?: string + // modelId?: string // v1's dead code, will be removed in v2 metadata?: Record error?: SerializedErrorData } @@ -84,7 +84,7 @@ export interface UnknownBlock extends BaseBlock { export interface MainTextBlock extends BaseBlock { type: BlockType.MAIN_TEXT content: string - knowledgeBaseIds?: string[] + //knowledgeBaseIds?: string[] // v1's dead code, will be removed in v2 citationReferences?: { citationBlockId?: string citationBlockSource?: string