-
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
changed the title
Anthropic chat generation (non-streaming)
.Net: Anthropic chat generation (non-streaming)
Jul 4, 2024
Krzysztof318
changed the title
.Net: Anthropic chat generation (non-streaming)
.Net: Anthropic chat generation (non-streaming) and removed FC
Jul 4, 2024
RogerBarreto
reviewed
Jul 9, 2024
dotnet/src/Connectors/Connectors.Anthropic/AnthropicClientOptions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/AnthropicClientOptions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/AnthropicClientOptions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/AnthropicPromptExecutionSettings.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/Core/AnthropicClient.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/Models/AnthropicFinishReason.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/Extensions/AnthropicKernelBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Anthropic/Services/AnthropicChatCompletionService.cs
Outdated
Show resolved
Hide resolved
dotnet/src/IntegrationTests/Connectors/Anthropic/AnthropicChatCompletionTests.cs
Show resolved
Hide resolved
…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
dotnet/src/Connectors/Connectors.Anthropic/Extensions/AnthropicServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
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
merged commit Jul 29, 2024
0a4df86
into
microsoft:feature-connectors-anthropic
10 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of: #5690
Anthropic chat generation (non-streaming)
@RogerBarreto
Contribution Checklist