Skip to content

v0.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 18:50
· 429 commits to main since this release

PromptingTools v0.52.0

Diff since v0.51.0

Added

  • Added a new EXPERIMENTAL streamcallback kwarg for aigenerate with the OpenAI and Anthropic prompt schema to enable custom streaming implementations. Simplest usage is simply with streamcallback=stdout, which will print each text chunk into the console. System is modular enabling custom callbacks and allowing you to inspect received chunks. See ?StreamCallback for more information. It does not support tools yet.

Commits

Merged pull requests: