v0.73.0
PromptingTools v0.73.0
Breaking changes
Added
- Added a new
enable_retry!
function to enable the retry layer for HTTP requests. Main use case is to prevent rate limiting errors from external AI services, but you can fully customize the retry behavior for any HTTP status codes, etc. See?enable_retry!
for more information.
Updated
- Updated the
StreamCallbacks
dependency to0.6
to improve parsing of streaming responses with thinking from Anthropic.
Commits
Merged pull requests: