Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
I only implemented a minimal set of required jmespath functionality to not bloat the library... @Rocketknight1 lmk what kind of functionality you think it needed in addition to the current set (which basically only implements those outlined in your original tests). |
|
API looks good! One thing I'll say is that we probably won't have a perfectly clean implementation like we do with |
|
Thanks @Rocketknight1! Yeah that sounds good. |
|
This would be great. I wrote a bunch of trash just trying to figure out the different ways different models do things (deepseek 2 vs 3.1, vs llama's three ways, vs hermes/qwen, etc --- oh don't forget functiongema). |
|
Gave it a little deep dive and I like the approach. Could we also add this to the |

more info: https://huggingface.co/docs/transformers/en/chat_response_parsing
transformers reference PR: huggingface/transformers#44674
Example usage:
@Rocketknight1 @nico-martin