Summary
ZeroClaw PR #8441 adds a name field to compatible-provider tool-result messages, fixing integration with Groq native tool calling. The change addresses provider-specific serialization requirements that can break agent workflows.
What changed
ZeroClaw updated compatible-provider tool-result message serialization to include a required name field for Groq native tool calling.
Why it matters
Agent frameworks must handle small provider protocol differences reliably. Provider compatibility fixes like this reduce brittle behavior when teams swap model backends or use OpenAI-compatible APIs with stricter schemas.
Evidence excerpt
PR #8441 added a name field to compatible-provider tool-result messages, fixing integration with Groq native tool calling.