Skip to content

v7.1.5

Compare
Choose a tag to compare
@kayhantolga kayhantolga released this 06 Aug 21:18
· 322 commits to master since this release
c1e88f1

Added error handling for PlatformNotSupportedException in PostAsStreamAsync when using HttpClient.Send, now falls back to SendRequestPreNet6 for compatibility on platforms like MAUI, Mac. Thanks to @Almis90
We now have a function caller describe method that automatically generates function descriptions. This method is available in the utilities library. Thanks to @vbandi

What's Changed

Full Changelog: v7.0.3...v7.1.5

What's Changed

  • Function caller helpers - create definition from attributes, invoke the function as specified by LLM by @vbandi in #345
  • Add fallback method for HttpClient.Send on unsupported platforms by @Almis90 in #316
  • Betalgo.OpenAI 7.1.4 ---- Betalgo.OpenAI.Utilities 7.0.2 by @kayhantolga in #350
  • Betalgo.OpenAI 7.1.4 -- Betalgo.OpenAI.Utilities 7.0.2 by @kayhantolga in #351

New Contributors

Full Changelog: v7.1.3...v7.1.4