-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Extend Functionality to Table Popover.
modified: src/AiPopover.tsx Removed unnecessary import. Changed handleCommandFill to work with autofillTable function in ai.ts. modified: src/TabularDataNode.tsx Removed Skeleton from Popover. Changed addMultipleRows such that it now renders the new rows correctly and removes the blank row. modified: src/backend/ai.ts Added autofillTable function and changed decodeTable so that they are flexible with both proper and improper markdown tables. Added new system message prompt specific to autofillTable. Removed unneccessary log statements.
- Loading branch information
1 parent
939cee7
commit 42a23e0
Showing
3 changed files
with
99 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters