From 1d4e366ce3afa9a9e35ce6fb6493e10dbfba4243 Mon Sep 17 00:00:00 2001 From: Acacio Oliveira Date: Fri, 22 May 2026 14:05:16 -0300 Subject: [PATCH 1/3] chore: Update Take.Blip.Client dependencies to version 0.7.544 Update the Take.Blip.Client and Take.Blip.Client.Console libraries in the MediaReceiver.csproj and MessageTypes.csproj solutions from version 0.5.135 to version 0.7.544. This update was applied directly to the .csproj files within the element, replacing the old package versions with the newer ones. No other changes were made to the files. --- src/Samples/MediaReceiver/MediaReceiver.csproj | 4 ++-- src/Samples/MessageTypes/MessageTypes.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Samples/MediaReceiver/MediaReceiver.csproj b/src/Samples/MediaReceiver/MediaReceiver.csproj index e9c467fc..792a445d 100644 --- a/src/Samples/MediaReceiver/MediaReceiver.csproj +++ b/src/Samples/MediaReceiver/MediaReceiver.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Samples/MessageTypes/MessageTypes.csproj b/src/Samples/MessageTypes/MessageTypes.csproj index 6907b332..9bdaaf1e 100644 --- a/src/Samples/MessageTypes/MessageTypes.csproj +++ b/src/Samples/MessageTypes/MessageTypes.csproj @@ -6,8 +6,8 @@ - - + + From 0dcba138c6c3967afd9fe22fe2bb17ba26572bf2 Mon Sep 17 00:00:00 2001 From: Acacio Oliveira Date: Fri, 22 May 2026 17:43:12 -0300 Subject: [PATCH 2/3] chore: Updated dependencies and refactored method signature Updated the `SerializeContentAssistantActionResponse` method signature to use the `Client.Extensions.ArtificialIntelligence.ContentAssistant` type. Updated package versions in `Take.Blip.Builder.csproj` and `Take.Blip.Client.csproj`, including: * `Take.Elephant` to `0.10.205`. * `Takenet.Iris.Messaging.*` packages to newer versions. These changes ensure compatibility with newer library versions and may include improvements and bug fixes. --- .../ProcessContentAssistantExtension.cs | 2 +- src/Take.Blip.Builder/Take.Blip.Builder.csproj | 2 +- src/Take.Blip.Client/Take.Blip.Client.csproj | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Take.Blip.Builder/Actions/ProcessContentAssistant/ProcessContentAssistantExtension.cs b/src/Take.Blip.Builder/Actions/ProcessContentAssistant/ProcessContentAssistantExtension.cs index 64b38522..7ddf7346 100644 --- a/src/Take.Blip.Builder/Actions/ProcessContentAssistant/ProcessContentAssistantExtension.cs +++ b/src/Take.Blip.Builder/Actions/ProcessContentAssistant/ProcessContentAssistantExtension.cs @@ -49,7 +49,7 @@ public static string SerializeContentAssistantActionResponse(this ContentResult /// /// /// - public static string SerializeContentAssistantActionResponse(this ContentAssistant contentResult) + public static string SerializeContentAssistantActionResponse(this Client.Extensions.ArtificialIntelligence.ContentAssistant contentResult) { var bestCombinationFound = contentResult.Combinations?.FirstOrDefault(); // The first combination is that has the best score var result = contentResult?.Results?.FirstOrDefault(); diff --git a/src/Take.Blip.Builder/Take.Blip.Builder.csproj b/src/Take.Blip.Builder/Take.Blip.Builder.csproj index 74fcd934..f7028fb4 100644 --- a/src/Take.Blip.Builder/Take.Blip.Builder.csproj +++ b/src/Take.Blip.Builder/Take.Blip.Builder.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Take.Blip.Client/Take.Blip.Client.csproj b/src/Take.Blip.Client/Take.Blip.Client.csproj index cac95f1f..25728f97 100644 --- a/src/Take.Blip.Client/Take.Blip.Client.csproj +++ b/src/Take.Blip.Client/Take.Blip.Client.csproj @@ -26,11 +26,11 @@ - - - - - + + + + + From 44ded7995124fb3f30651662264edd0139ae4d4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 May 2026 20:58:12 +0000 Subject: [PATCH 3/3] fix: correct corrupted Takenet.Iris.Messaging.* package versions to 24.0.20 Agent-Logs-Url: https://github.com/takenet/blip-sdk-csharp/sessions/0bcb0d08-e136-4ddf-be59-d0510f46ea77 Co-authored-by: AcacioFernando <8922023+AcacioFernando@users.noreply.github.com> --- src/Take.Blip.Client/Take.Blip.Client.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Take.Blip.Client/Take.Blip.Client.csproj b/src/Take.Blip.Client/Take.Blip.Client.csproj index 25728f97..0a3bd589 100644 --- a/src/Take.Blip.Client/Take.Blip.Client.csproj +++ b/src/Take.Blip.Client/Take.Blip.Client.csproj @@ -26,11 +26,11 @@ - - - - - + + + + +