Skip to content

v1.13.1 — Groq tool-call content fix

Choose a tag to compare

@stackbilt-admin stackbilt-admin released this 06 Jun 10:57

Fixed

  • GroqProvider now accepts tool-call-only assistant responses where Groq omits message.content while preserving finishReason: "tool_calls" and populated toolCalls.
  • Adds regression coverage for omitted content plus message.tool_calls.

Fixes #86.