Skip to content

0.28.0

Compare
Choose a tag to compare
@ploeber ploeber released this 26 Jun 15:57
· 9 commits to master since this release

What's Changed

Features

  • Add LeMUR methods get_response_data() and get_response_data_async():
    • Allows to retrieve a LeMUR response that was previously generated
  • Add new LeMUR response field usage:
    • Contains information about used input tokens and output tokens for LeMUR calls
  • Add new generic Lemur response type LemurStringResponse
  • Add __version__.py. The version number can now we accessed with aai.__version__

Improvements

  • Raise Exception to user if file uploading fails and no longer create a misleading invalid transcript object

Chore

  • Include info about SDK version and Python version in user agent

Full Changelog: 0.27.0...0.28.0