mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #525] [CLOSED] plugin(table-cooking): Smooth Q&A | Cook your tabular data to perfection! #1421
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/525
Author: @QIN2DIM
Created: 3/20/2025
Status: ❌ Closed
Base:
main← Head:table-cooking📝 Commits (10+)
8e5eb44ff4760203ff231dbbcff57000b1fix bugb0f8b46feat(validation): prevent stupidity8c3f2fdffb266de9ff41f630fff2f87900Update service.py56b2f94Update service.py📊 Changes
35 files changed (+3030 additions, -0 deletions)
View changed files
➕
tools/table_cooking/.difyignore(+178 -0)➕
tools/table_cooking/.env.example(+4 -0)➕
tools/table_cooking/.gitignore(+174 -0)➕
tools/table_cooking/GUIDE.md(+117 -0)➕
tools/table_cooking/PRIVACY.md(+3 -0)➕
tools/table_cooking/README.md(+10 -0)➕
tools/table_cooking/_assets/icon.svg(+1 -0)➕
tools/table_cooking/main.py(+6 -0)➕
tools/table_cooking/manifest.yaml(+48 -0)➕
tools/table_cooking/provider/table_cooking.py(+14 -0)➕
tools/table_cooking/provider/table_cooking.yaml(+17 -0)➕
tools/table_cooking/requirements.txt(+26 -0)➕
tools/table_cooking/tools/__init__.py(+0 -0)➕
tools/table_cooking/tools/ai/__init__.py(+0 -0)➕
tools/table_cooking/tools/ai/table_self_query.py(+774 -0)➕
tools/table_cooking/tools/ai/templates/_tmp.xml(+85 -0)➕
tools/table_cooking/tools/ai/templates/cite_knowledge/json_mode_with_multipart.xml(+95 -0)➕
tools/table_cooking/tools/ai/templates/cite_knowledge/question_classifier.xml(+28 -0)➕
tools/table_cooking/tools/ai/templates/cite_knowledge/standard_mode.xml(+38 -0)➕
tools/table_cooking/tools/ai/templates/cite_knowledge/system_prompt_cite_knowledge.xml(+90 -0)...and 15 more files
📄 Description
todo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.