mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Dify 1.1.3 [volcengine maas] Error: PluginlnvokeError #132
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 @usun1997 on GitHub (Mar 27, 2025).
Self Checks
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
[volcengine_maas] Error: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for ModelInvokeLLMRequest\nprompt_messages.content.type\n Input should be \u003cPromptMessageContentType.IMAGE: 'image'\u003e [type=literal_error, input_value='image', input_type=str]\n For further information visit https://errors.pydantic.dev/2.8/v/literal_error"}
✔️ Expected Behavior
get model reply talking about the image
❌ Actual Behavior
[volcengine_maas] Error: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for ModelInvokeLLMRequest\nprompt_messages.content.type\n Input should be \u003cPromptMessageContentType.IMAGE: 'image'\u003e [type=literal_error, input_value='image', input_type=str]\n For further information visit https://errors.pydantic.dev/2.8/v/literal_error"}
@dosubot[bot] commented on GitHub (Mar 27, 2025):
Hello, @usun1997! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. I'm Dosu, a bot designed to assist you with all things related to Dify.
To resolve the
PluginInvokeErrorrelated to theValidationErrorforModelInvokeLLMRequestwhen using thevolcengineplugin with thedoubao-1.5-vision-pro-32kmodel in Dify 1.1.3, you should upgrade your plugins to the following minimum versions:This upgrade addresses the validation error that occurred due to type checking issues with multimodal prompt messages in SDK version 0.0.1b74 [1].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@crazywoola commented on GitHub (Mar 27, 2025):
Duplicated https://github.com/langgenius/dify/issues/16816