Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAI-DotNet 7.7.1 #247

Merged
merged 7 commits into from
Feb 25, 2024
Merged

OpenAI-DotNet 7.7.1 #247

merged 7 commits into from
Feb 25, 2024

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Feb 25, 2024

  • 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

- 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)
@StephenHodgson StephenHodgson marked this pull request as ready for review February 25, 2024 17:44
@StephenHodgson StephenHodgson merged commit d3e59d1 into main Feb 25, 2024
5 checks passed
@StephenHodgson StephenHodgson deleted the development branch February 25, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant