mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #274] [MERGED] feat: migrate lark_document #1237
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/274
Author: @RockChinQ
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Yeuoly
Base:
main← Head:plugin/lark_document📝 Commits (1)
ddafc51feat: migrate lark_document📊 Changes
17 files changed (+1292 additions, -0 deletions)
View changed files
➕
tools/lark_document/.env.example(+4 -0)➕
tools/lark_document/README.md(+0 -0)➕
tools/lark_document/_assets/icon.svg(+9 -0)➕
tools/lark_document/main.py(+6 -0)➕
tools/lark_document/manifest.yaml(+39 -0)➕
tools/lark_document/provider/lark_document.py(+7 -0)➕
tools/lark_document/provider/lark_document.yaml(+46 -0)➕
tools/lark_document/requirements.txt(+1 -0)➕
tools/lark_document/tools/create_document.py(+16 -0)➕
tools/lark_document/tools/create_document.yaml(+51 -0)➕
tools/lark_document/tools/get_document_content.py(+16 -0)➕
tools/lark_document/tools/get_document_content.yaml(+78 -0)➕
tools/lark_document/tools/lark_api_utils.py(+846 -0)➕
tools/lark_document/tools/list_document_blocks.py(+17 -0)➕
tools/lark_document/tools/list_document_blocks.yaml(+78 -0)➕
tools/lark_document/tools/write_document.py(+16 -0)➕
tools/lark_document/tools/write_document.yaml(+62 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.