tghamm / Anthropic.SDK

An unofficial C#/.NET SDK for accessing the Anthropic Claude API
https://www.nuget.org/packages/Anthropic.SDK
MIT License
55 stars 10 forks source link

Suggested Additions - Constants and Parameter Validation #5

Closed MSIH closed 1 year ago

MSIH commented 1 year ago

These are some suggestions to incorporate into the SDK. I copied them from the other anthropic library on Github: https://github.com/tinonetic/anthropic.net

tghamm commented 1 year ago

Hey thanks for the PR. I found a bug in one of the validations, and Claude 1.0 appears to have been removed. There was also a bug in signals, so I tweaked that. Otherwise things looked pretty solid. I'm going to merge this, along with mine, then do another PR to get a release out a little later this morning. Thanks again!