Skip to content

Commit 3465cf5

Browse files
SDK regeneration
1 parent 544f090 commit 3465cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/types/FactsListItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface FactsListItem {
1515
groupId?: Corti.Uuid;
1616
/** Indicates whether the fact has been marked as discarded by an end-user. */
1717
isDiscarded?: boolean;
18-
/** BLABLA */
18+
/** Source 'core' indicates facts generated by the LLM, 'user' for facts added by the user, 'system' for system-derived facts (e.g. EHR). */
1919
source?: Corti.CommonSourceEnum;
2020
/** The timestamp when the fact was created. */
2121
createdAt?: Date;

0 commit comments

Comments
 (0)