Skip to content

Commit

Permalink
Merge pull request #75 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: update ComponentType.tsx
  • Loading branch information
danmarshall authored Feb 11, 2025
2 parents c407b97 + 825339a commit e529772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ComponentType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface DictTable {
codeExpl: string,
dialog: any[], // the log of how the data is derived with gpt (the GPT conversation log)
// tracks how this derivation is triggered, as we as user instruction used to do the formulation,
// there is a subtle difference between trigger and source, trigger identifies the occassion when the derivision is called,
// there is a subtle difference between trigger and source, trigger identifies the occasion when the derivision is called,
// source specifies how the deriviation is done from the source tables, they may be the same, but not necessarily
// in fact, right now dict tables are all triggered from charts
trigger: Trigger,
Expand Down

0 comments on commit e529772

Please sign in to comment.