When using Groq models, this error is returned: ```json { "message": "Failed to call a function. Please adjust your prompt. See 'failed_generation' for more details.", "type": "invalid_request_error" } ``` Screenshot: <img width="713" alt="Image" src="https://github.com/user-attachments/assets/b154e5f6-2d3d-4d5b-9b62-62d36a9fa419" /> ---- The prompt was: ``` Create a sample.txt empty file ``` The same input works normally with Anthropic models.