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

.Net: Anthropic chat generation (non-streaming) and removed FC #7101

Merged

Conversation

Krzysztof318
Copy link
Contributor

@Krzysztof318 Krzysztof318 commented Jul 4, 2024

Part of: #5690

Anthropic chat generation (non-streaming)

@RogerBarreto

Contribution Checklist

@Krzysztof318 Krzysztof318 requested a review from a team as a code owner July 4, 2024 19:20
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jul 4, 2024
@github-actions github-actions bot changed the title Anthropic chat generation (non-streaming) .Net: Anthropic chat generation (non-streaming) Jul 4, 2024
@Krzysztof318 Krzysztof318 changed the title .Net: Anthropic chat generation (non-streaming) .Net: Anthropic chat generation (non-streaming) and removed FC Jul 4, 2024
Krzysztof318 and others added 7 commits July 9, 2024 19:20
…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
@RogerBarreto RogerBarreto self-assigned this Jul 24, 2024
RogerBarreto and others added 7 commits July 27, 2024 22:24
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.
@RogerBarreto RogerBarreto merged commit 0a4df86 into microsoft:feature-connectors-anthropic Jul 29, 2024
10 checks passed
@Krzysztof318 Krzysztof318 deleted the anthropic/next1 branch September 6, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants