mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #285] [MERGED] migrate lark base tool #1249
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/285
Author: @Nov1c444
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Nov1c444
Base:
main← Head:plugin/lark_base📝 Commits (1)
6edfdfcmigrate lark base tool📊 Changes
29 files changed (+2005 additions, -0 deletions)
View changed files
➕
tools/lark_base/.env.example(+4 -0)➕
tools/lark_base/README.md(+0 -0)➕
tools/lark_base/_assets/icon.png(+0 -0)➕
tools/lark_base/lark_api_utils.py(+846 -0)➕
tools/lark_base/main.py(+6 -0)➕
tools/lark_base/manifest.yaml(+39 -0)➕
tools/lark_base/provider/lark_base.py(+7 -0)➕
tools/lark_base/provider/lark_base.yaml(+52 -0)➕
tools/lark_base/requirements.txt(+1 -0)➕
tools/lark_base/tools/add_records.py(+21 -0)➕
tools/lark_base/tools/add_records.yaml(+103 -0)➕
tools/lark_base/tools/create_base.py(+18 -0)➕
tools/lark_base/tools/create_base.yaml(+57 -0)➕
tools/lark_base/tools/create_table.py(+20 -0)➕
tools/lark_base/tools/create_table.yaml(+67 -0)➕
tools/lark_base/tools/delete_records.py(+20 -0)➕
tools/lark_base/tools/delete_records.yaml(+90 -0)➕
tools/lark_base/tools/delete_tables.py(+19 -0)➕
tools/lark_base/tools/delete_tables.yaml(+61 -0)➕
tools/lark_base/tools/get_base_info.py(+17 -0)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.