dify/api/core/tools/utils
走在修行的大街上 92cab33b73
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
feat(Tools): add feishu document and message plugins (#6435)
Co-authored-by: 黎斌 <libin.23@bytedance.com>
2024-08-27 20:21:42 +08:00
..
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
configuration.py Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
feishu_api_utils.py feat(Tools): add feishu document and message plugins (#6435) 2024-08-27 20:21:42 +08:00
message_transformer.py chore(api/core): Improve FileVar's type hint and imports. (#7290) 2024-08-15 12:43:18 +08:00
model_invocation_utils.py feat: backend model load balancing support (#4927) 2024-06-05 00:13:04 +08:00
parser.py chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
tool_parameter_converter.py fix: tool params not work as expected when develop a tool (#6550) 2024-07-23 17:00:39 +08:00
uuid_utils.py fix: check webhook key of Wecom tool in valid UUID form and fix typo (#2719) 2024-03-07 15:51:06 +08:00
web_reader_tool.py fix wrong charset when decoding Chinese content (#6774) 2024-07-30 21:32:45 +08:00
workflow_configuration_sync.py Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
yaml_utils.py fix: Remove useless debug information. (#7647) 2024-08-26 20:40:26 +08:00