Skip to content

7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:56
· 5 commits to main since this release

Added

  • Tests for the MLX → canonical tool call bridge, which had none. They pin the payload contract:
    ToolCall.arguments is always a valid JSON object, {} for a call with no arguments rather
    than empty bytes, and every JSONValue shape MLX can hand over — nested objects, arrays, nulls,
    quotes, escapes, non-ASCII — survives the round trip unchanged.