mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
lark_document failed to transform tool message #460
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?
Originally created by @FatGhosta on GitHub (Jul 20, 2025).
Self Checks
Dify version
both in hosted 1.5.0 and online version 1.6.0
Plugin version
0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I use the plugin of lark_document to get my lark wiki content, it must get error below:
Failed to transform tool message: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for JsonMessage\njson_object\n Input should be a valid dictionary [type=dict_type, input_value='# xxxxxxxxxx。\n\n', input_type=str]\n For further information visit https://errors.pydantic.dev/2.11/v/dict_type"}
So I dig into the source code of the plugin, and find the bug (maybe):
✔️ Error log
Failed to transform tool message: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for JsonMessage\njson_object\n Input should be a valid dictionary [type=dict_type, input_value='# xxxxxxxxxx。\n\n', input_type=str]\n For further information visit https://errors.pydantic.dev/2.11/v/dict_type"}
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @FatGhosta. I'm Dosu (https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!