mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
agent strategy error #38
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 @v-49 on GitHub (May 16, 2025).
{
"error": "Failed to parse response: 1 validation error for LLMResultChunk\nprompt_messages\n Field required [type=missing, input_value={'model': 'qwen2.5-32b', ...}, 'finish_reason': ''}}, input_type=dict]\n For further information visit https://errors.pydantic.dev/2.11/v/missing"
}
@v-49 commented on GitHub (May 16, 2025):
工作流
Run failed: Failed to transform agent message: PluginInvokeError: {"args":{},"error_type":"Exception","message":"Failed to parse response: 1 validation error for LLMResultChunk\nprompt_messages\n Field required [type=missing, input_value={'model': 'qwen2.5-32b', ...}, 'finish_reason': ''}}, input_type=dict]\n For further information visit https://errors.pydantic.dev/2.11/v/missing"}
@v-49 commented on GitHub (May 16, 2025):
{
"information_schema": "{\n "fields": [\n {\n "name": "destination",\n "question": "请问您想去哪里旅行?",\n "required": true\n },\n {\n "name": "duration",\n "question": "您计划旅行多长时间?",\n "required": true\n },\n {\n "name": "budget",\n "question": "您的预算大约是多少?",\n "required": true\n }\n ]\n}",
"model": {
"provider": "langgenius/gpustack/gpustack",
"model": "qwen2.5-32b",
"model_type": "llm",
"mode": "chat",
"completion_params": {},
"type": "model-selector"
},
"query": "我要外出 需要请假",
"storage_key": "conversation-123"
}