You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tiny Agents] Add dummy parameters field to exit loop tools (#1624)
Follow-up PR to #1610.
Some LLM engines (like llama.cpp) strictly validate the `parameters`
field in function definitions, even for tools that take no arguments. To
avoid parsing issues, this PR adds an explicit dummy `parameters` field.
(See: huggingface/huggingface_hub#3218)
✅ I tested the PR with different providers/models to make sure it's
backward compatible.
0 commit comments