AdemFr

Results 7 comments of AdemFr

I experience the same issue. I hope I found the reason for this. It seems to me that the .dockerignore file is not honored in python docker, when `fileobj` or...

@joshmoore Thanks for the quick reply! This unfortunately did not solve the issue.

@joshmoore Unfortunately not, sorry. By now we also built a workaround so these `len` calls are not directly relevant to me right know, but could not find the real reason.

I have read the CLA Document and I hereby sign the CLA

> the error is that the arguments returned from the LLM is invalid json, what LLM are you using for the judge? GPT 4.1 on Azure, version `2025-04-14`

For additional context, one example where we logged the raw chunks that were returned by `llm_v.chat`, and the tool call is missing proper JSON formatting ``` Raw chunks (JSON format):...

A workaround we found that reduces this for us was to set the tool selection to `required` instead of specifying the tool in the request. We need to patch the...