mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
fix: incorrect update date in kb card
This commit is contained in:
@@ -63,6 +63,7 @@ export interface KnowledgeBase {
|
||||
description: string;
|
||||
embedding_model_uuid: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
top_k: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user