agent strategy error #38

Open
opened 2026-02-22 17:16:46 -05:00 by yindo · 2 comments
Owner

Originally created by @v-49 on GitHub (May 16, 2025).

Image
{
"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"
}

Image

Originally created by @v-49 on GitHub (May 16, 2025). ![Image](https://github.com/user-attachments/assets/656e505b-aa9c-4bb5-a2c4-f8209712795a) { "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" } ![Image](https://github.com/user-attachments/assets/35a74b41-ed90-4a0c-9ff7-7fd78875b0a8)
Author
Owner

@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): 工作流 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"}](https://errors.pydantic.dev/2.11/v/missing%22%7D)
Author
Owner

@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"
}

@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" }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#38