Skip to content

v0.61.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 22:33
· 1 commit to main since this release
a031d2e

PromptingTools v0.61.0

Diff since v0.60.0

Added

  • Added a new extras field to ToolRef 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 to execute_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 to Dict{String, AbstractTool} to enable better interoperability with different tool types.

Commits

Merged pull requests: