Skip to content

Conversation

@GALCF
Copy link
Contributor

@GALCF GALCF commented Jan 24, 2026

Description

Tool calls now expose arguments in their raw form.

This is relevant for when json en-/decoding returns slightly different results than the real data provided.

Example

  • Raw arguments: "{}"
  • Parsed arguments: []

This cannot be re-encoded into "{}" - json_encode([]) would return "[]".

Breaking Changes

None

tool calls now expose arguments in their raw form. this is relevant for when json en-/decoding returns slightly different results than the real data provided.

example:
raw arguments: "{}"
parsed arguments: []

this cannot be re-encoded into "{}" - `json_encode([])` would return "[]"
Copy link
Contributor

@sixlive sixlive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sixlive sixlive merged commit 8d48387 into prism-php:main Jan 24, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants