-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
.Net: Anthropic chat generation (non-streaming) and removed FC #7101
Merged
RogerBarreto
merged 21 commits into
microsoft:feature-connectors-anthropic
from
Krzysztof318:anthropic/next1
Jul 29, 2024
Merged
.Net: Anthropic chat generation (non-streaming) and removed FC #7101
RogerBarreto
merged 21 commits into
microsoft:feature-connectors-anthropic
from
Krzysztof318:anthropic/next1
Jul 29, 2024
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f8170d - Browse repository at this point
Copy the full SHA 8f8170dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f20bfa - Browse repository at this point
Copy the full SHA 5f20bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e876983 - Browse repository at this point
Copy the full SHA e876983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641aa2c - Browse repository at this point
Copy the full SHA 641aa2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea8340 - Browse repository at this point
Copy the full SHA 6ea8340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0829c7f - Browse repository at this point
Copy the full SHA 0829c7fView commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03a229a - Browse repository at this point
Copy the full SHA 03a229aView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b35322 - Browse repository at this point
Copy the full SHA 7b35322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533f4db - Browse repository at this point
Copy the full SHA 533f4dbView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6672a96 - Browse repository at this point
Copy the full SHA 6672a96View commit details
Commits on Jul 23, 2024
-
Merge remote-tracking branch 'origin/anthropic/next1' into anthropic/…
…next1 # Conflicts: # dotnet/src/Connectors/Connectors.Anthropic.UnitTests/Core/AnthropicChatGenerationTests.cs # dotnet/src/Connectors/Connectors.Anthropic.UnitTests/Extensions/AnthropicServiceCollectionExtensionsTests.cs # dotnet/src/Connectors/Connectors.Anthropic/AnthropicClientOptions.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/AnthropicClient.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/Models/Message/AnthropicDeltaJsonContent.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/Models/Message/AnthropicDeltaTextContent.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/Models/Message/AnthropicImageContent.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/Models/Message/AnthropicTextContent.cs # dotnet/src/Connectors/Connectors.Anthropic/Core/Models/Message/PolymorphicJsonConverterOfT.cs # dotnet/src/Connectors/Connectors.Anthropic/Extensions/AnthropicKernelBuilderExtensions.cs # dotnet/src/Connectors/Connectors.Anthropic/Extensions/AnthropicServiceCollectionExtensions.cs # dotnet/src/Connectors/Connectors.Anthropic/Services/AnthropicChatCompletionService.cs # dotnet/src/IntegrationTests/Connectors/Anthropic/TestBase.cs
Configuration menu - View commit details
-
Copy full SHA for 953a37b - Browse repository at this point
Copy the full SHA 953a37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eade722 - Browse repository at this point
Copy the full SHA eade722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0e9fe - Browse repository at this point
Copy the full SHA 8e0e9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82eae1c - Browse repository at this point
Copy the full SHA 82eae1cView commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d26b3a1 - Browse repository at this point
Copy the full SHA d26b3a1View commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2276814 - Browse repository at this point
Copy the full SHA 2276814View commit details -
Refactor Message property initialization
Updated the Messages property to use JsonObjectCreationHandling.Populate for better control over object instantiation. This change ensures that existing instances are populated rather than replaced.
Configuration menu - View commit details
-
Copy full SHA for 9fa578b - Browse repository at this point
Copy the full SHA 9fa578bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1371b - Browse repository at this point
Copy the full SHA 8f1371bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a01395 - Browse repository at this point
Copy the full SHA 0a01395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136493f - Browse repository at this point
Copy the full SHA 136493fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32616f6 - Browse repository at this point
Copy the full SHA 32616f6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.