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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f8170d View commit details
    Browse the repository at this point in the history
  2. Removed FC from request

    Krzysztof318 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5f20bfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e876983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641aa2c View commit details
    Browse the repository at this point in the history
  5. format

    Krzysztof318 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6ea8340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0829c7f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Added additional ITs

    Krzysztof318 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    03a229a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    7b35322 View commit details
    Browse the repository at this point in the history
  2. Addressed feedback

    Krzysztof318 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    533f4db View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    6672a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 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
    Krzysztof318 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    953a37b View commit details
    Browse the repository at this point in the history
  2. Fixes

    Krzysztof318 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    eade722 View commit details
    Browse the repository at this point in the history
  3. Adresses feedback

    Krzysztof318 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8e0e9fe View commit details
    Browse the repository at this point in the history
  4. Refactor

    Krzysztof318 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    82eae1c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Options update

    RogerBarreto committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d26b3a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Fix errors. Format.

    Krzysztof318 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2276814 View commit details
    Browse the repository at this point in the history
  2. 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.
    Krzysztof318 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9fa578b View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    RogerBarreto committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8f1371b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a01395 View commit details
    Browse the repository at this point in the history
  5. Merge conflict

    RogerBarreto committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    136493f View commit details
    Browse the repository at this point in the history
  6. Warning fixes

    RogerBarreto committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    32616f6 View commit details
    Browse the repository at this point in the history