File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export interface DictTable {
63
63
codeExpl : string ,
64
64
dialog : any [ ] , // the log of how the data is derived with gpt (the GPT conversation log)
65
65
// tracks how this derivation is triggered, as we as user instruction used to do the formulation,
66
- // there is a subtle difference between trigger and source, trigger identifies the occassion when the derivision is called,
66
+ // there is a subtle difference between trigger and source, trigger identifies the occasion when the derivision is called,
67
67
// source specifies how the deriviation is done from the source tables, they may be the same, but not necessarily
68
68
// in fact, right now dict tables are all triggered from charts
69
69
trigger : Trigger ,
You can’t perform that action at this time.
0 commit comments