feat: complete ops dashboard AI board
This commit is contained in:
@@ -93,6 +93,10 @@ export type ElderAiAnalysisHistoryItem = {
|
||||
errorReason?: string;
|
||||
};
|
||||
|
||||
export type ElderAiAnalysisBoardItem = ElderAiAnalysisHistoryItem & {
|
||||
elderName: string;
|
||||
};
|
||||
|
||||
export type KnowledgeEntryInput = {
|
||||
scope: AiKnowledgeScope;
|
||||
organizationId?: string;
|
||||
|
||||
Reference in New Issue
Block a user