cheerio
September 11, 2025, 10:58pm
1
I tried with Zed as well as opencode. I get these errors for many agent calls, so far that it is unusable:
Failed to call a function. Please adjust your prompt. See 'failed_generation' for more
details.
Anyone else experiencing this?
UPDATE : This error seems to occur very often with new -0905
Kimi release and more seldomly with the old version.
Tem
September 12, 2025, 6:37am
2
I as well encountered this issue.
benank
September 16, 2025, 9:51pm
3
Hi, sorry to hear that you’re running into this issue! What error message are you seeing in the response details? You should be able to see more details as to exactly why it failed to call a function.
cheerio
September 17, 2025, 7:21pm
4
Had an error again today when using with opencode. Logs from Groq:
{
"request_id": "req_01k5bmpd8afsw8am3yh06eyb0m",
"created_at": "2025-09-17T10:49:30.634Z",
"error": {
"message": "tool call validation failed: attempted to call tool 'write' which was not in request.tools",
"type": "invalid_request_error",
"param": "",
"code": "tool_use_failed"
}
}
Can’t reproduce the error currently though.