Skip to content

v0.65.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 10:01
· 8 commits to main since this release
b95f6c9

PromptingTools v0.65.1

Diff since v0.65.0

Fixed

  • Removed unnecessary printing to stdout during precompilation in precompile.jl.
  • Fixed a "bug-waiting-to-happen" in tool use. to_json_type now enforces users to provide concrete types, because abstract types can lead to errors during JSON3 deserialization.
  • Flowed through a bug fix in StreamCallback where the usage information was being included in the response even when usage=nothing. Lower bound of StreamCallbacks was bumped to 0.5.1.

Commits

Merged pull requests:

Closed issues:

  • TTFX optimization of aigenerate("whats the meaning of life"; model) (#236)
  • StreamCallback issue if :usage is nothing in PT. (#247)