v0.61.0
PromptingTools v0.61.0
Added
- Added a new
extras
field toToolRef
to enable additional parameters in the tool signature (eg,display_width_px
,display_height_px
for the:computer
tool). - Added a new kwarg
unused_as_kwargs
toexecute_tool
to enable passing unused args as kwargs (see?execute_tool
for more information). Helps with using kwarg-based functions.
Updated
- Updated the compat bounds for
StreamCallbacks
to enable both v0.4 and v0.5 (Fixes Julia 1.9 compatibility). - Updated the return type of
tool_call_signature
toDict{String, AbstractTool}
to enable better interoperability with different tool types.
Commits
Merged pull requests: