Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add fromjson filter to Jinja2 chat templates#40388

Open
Prawal-Sharma wants to merge 1 commit into
huggingface:mainfrom
Prawal-Sharma:add-fromjson-jinja2-filter
Open

Add fromjson filter to Jinja2 chat templates#40388
Prawal-Sharma wants to merge 1 commit into
huggingface:mainfrom
Prawal-Sharma:add-fromjson-jinja2-filter

Conversation

@Prawal-Sharma

Copy link
Copy Markdown
Contributor
  • Added fromjson filter to parse JSON strings in chat templates
  • Enables deserializing tool_calls.function.arguments from JSON strings to dictionaries
  • Allows iterating over argument key-value pairs in templates
  • Added comprehensive tests for the new filter functionality
  • Handles graceful fallback when JSON parsing fails

This feature is particularly useful for models like GLM-4.5 that need to parse JSON-formatted argument strings in tool calls within chat templates.

Fixes #40366

What does this PR do?

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

- Added fromjson filter to parse JSON strings in chat templates
- Enables deserializing tool_calls.function.arguments from JSON strings to dictionaries
- Allows iterating over argument key-value pairs in templates
- Added comprehensive tests for the new filter functionality
- Handles graceful fallback when JSON parsing fails

This feature is particularly useful for models like GLM-4.5 that need to parse
JSON-formatted argument strings in tool calls within chat templates.

Fixes huggingface#40366
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.

[Feature] Support fromjson in jinja2 chat template rendering

1 participant