We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544f090 commit 3465cf5Copy full SHA for 3465cf5
src/api/types/FactsListItem.ts
@@ -15,7 +15,7 @@ export interface FactsListItem {
15
groupId?: Corti.Uuid;
16
/** Indicates whether the fact has been marked as discarded by an end-user. */
17
isDiscarded?: boolean;
18
- /** BLABLA */
+ /** Source 'core' indicates facts generated by the LLM, 'user' for facts added by the user, 'system' for system-derived facts (e.g. EHR). */
19
source?: Corti.CommonSourceEnum;
20
/** The timestamp when the fact was created. */
21
createdAt?: Date;
0 commit comments