Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Samples/MediaReceiver/MediaReceiver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Serilog.Sinks.Trace" Version="2.1.0" />
<PackageReference Include="Take.Blip.Client" Version="0.5.135" />
<PackageReference Include="Take.Blip.Client.Console" Version="0.5.135" />
<PackageReference Include="Take.Blip.Client" Version="0.7.544" />
<PackageReference Include="Take.Blip.Client.Console" Version="0.7.544" />
</ItemGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Samples/MessageTypes/MessageTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Take.Blip.Client" Version="0.5.135" />
<PackageReference Include="Take.Blip.Client.Console" Version="0.5.135" />
<PackageReference Include="Take.Blip.Client" Version="0.7.544" />
<PackageReference Include="Take.Blip.Client.Console" Version="0.7.544" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static string SerializeContentAssistantActionResponse(this ContentResult
/// </summary>
/// <param name="contentResult"></param>
/// <returns></returns>
public static string SerializeContentAssistantActionResponse(this ContentAssistant contentResult)
public static string SerializeContentAssistantActionResponse(this Client.Extensions.ArtificialIntelligence.ContentAssistant contentResult)
Comment thread
AcacioFernando marked this conversation as resolved.
{
var bestCombinationFound = contentResult.Combinations?.FirstOrDefault(); // The first combination is that has the best score
var result = contentResult?.Results?.FirstOrDefault();
Comment thread
AcacioFernando marked this conversation as resolved.
Expand Down
2 changes: 1 addition & 1 deletion src/Take.Blip.Builder/Take.Blip.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.10.0" />
<PackageReference Include="Take.Elephant" Version="0.10.2" />
<PackageReference Include="Take.Elephant" Version="0.10.205" />
<PackageReference Include="Take.Jint.Unnoficial" Version="4.0.4" />
<PackageReference Include="TimeZoneConverter" Version="3.4.0" />
<PackageReference Include="Handlebars.Net" Version="2.1.6" />
Expand Down
10 changes: 5 additions & 5 deletions src/Take.Blip.Client/Take.Blip.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<PackageReference Include="Serilog.Sinks.Trace" Version="2.1.0" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />
<PackageReference Include="SmartFormat.NET" Version="2.1.0.2" />
<PackageReference Include="Takenet.Iris.Messaging.Analytics" Version="21.93.7297" />
<PackageReference Include="Takenet.Iris.Messaging.ArtificialIntelligence" Version="21.93.7297" />
<PackageReference Include="Takenet.Iris.Messaging.Desk" Version="21.93.7297" />
<PackageReference Include="Takenet.Iris.Messaging.Media" Version="21.93.7297" />
<PackageReference Include="Takenet.Iris.Messaging.Portal" Version="21.93.7297" />
<PackageReference Include="Takenet.Iris.Messaging.Analytics" Version="24.0.20" />
<PackageReference Include="Takenet.Iris.Messaging.ArtificialIntelligence" Version="24.0.20" />
<PackageReference Include="Takenet.Iris.Messaging.Desk" Version="24.0.20" />
<PackageReference Include="Takenet.Iris.Messaging.Media" Version="24.0.20" />
<PackageReference Include="Takenet.Iris.Messaging.Portal" Version="24.0.20" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
Expand Down
Loading