Closed
Description
Investigating on test_live_run_with_tools
, I found out that now arguments
in a Tool Call prepared via the Hugging Face APIs can be a string instead of a dict.
While this is inconsistent with their docs, my impression is that in future they will enforce this behavior (code in main).
For this reason, I propose handling the conversion to dict on our side if arguments
is a string.