mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-15 16:45:52 +00:00
modified: src/AiPopover.tsx Added support for table replacement and future support for extension. modified: src/TabularDataNode.tsx Added the AiPopover button and functionality for table replacement. modified: src/backend/ai.ts Added specific prompts and decoding for markdown table generation. new file: src/backend/tableUtils.ts Seperated the parsing for tables into a seperate utility file for better organization and future extensibility.