Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update ComponentType.tsx #75

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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