Skip to content

v0.60.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 15:00
· 429 commits to main since this release

PromptingTools v0.60.0

Diff since v0.59.1

Added

  • Added new Claude 3.5 Sonnet model (claude-3-5-sonnet-latest) and updated the alias claude and claudes with it.
  • Added support for Ollama streaming with schema OllamaSchema (see ?StreamCallback for more information). Schema OllamaManaged is NOT supported (it's legacy and will be removed in the future).
  • Moved the implementation of streaming callbacks to a new StreamCallbacks package.
  • Added new error types for tool execution to enable better error handling and reporting (see ?AbstractToolError).
  • Added support for Anthropic's new pre-trained tools via ToolRef (see ?ToolRef), to enable the feature, use the :computer_use beta header (eg, aitools(..., betas = [:computer_use])).

Fixed

  • Fixed a bug in call_cost where the cost was not calculated if any non-AIMessages were provided in the conversation.

Commits

Merged pull requests: