Skip to content

OpenAI-DotNet 7.7.1

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 25 Feb 20:39
· 29 commits to main since this release
d3e59d1

What's Changed

  • OpenAI-DotNet 7.7.1 by @StephenHodgson in #247
    • More Function utilities and invoking methods
      • Added FunctionPropertyAttribute to help better inform the feature how to format the Function json
      • Added FromFunc<,> overloads for convenance
      • Fixed invoke args sometimes being casting to wrong type
      • Added additional protections for static and instanced function calls
      • Added additional tool utilities:
        • Tool.ClearRegisteredTools
        • Tool.IsToolRegistered(Tool) - Tool.TryRegisterTool(Tool)
      • Improved memory usage and performance by propertly disposing http content and response objects
      • Updated debug output to be formatted to json for easier reading and debugging

Full Changelog: v7.7.0...v7.7.1