mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-26 08:34:10 +00:00

* WIP add SKAgent to proj * Fix Unit test * Remove accidental coommit * Add version props * Revert Kludge test changes * PR comments : executionSettings and use / upgrade SemanticKernelExperimentalVersion * Add back deleted api and constructor, mark as Obsolete * PR feedback : Introduce SemanticKernelChatCompletionAgent. Add unit tests and refactor semanticKernelChatMessageContentConnector to be SkSequentialChatMessageContentConnector.cs * Revert SkSequentialChatMessageContentConnector * PR comments, remove systemMessage in SemanticKernelChatCompletionAgent * Fix formatting * Fix bad merge * Revert "Fix bad merge" This reverts commit a189ad9f42b443d78c0371e0725bc877309a93ac. * Remove accidental commit --------- Co-authored-by: luongdavid <luongdavid@microsoft.com>
17 lines
985 B
XML
17 lines
985 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<AzureOpenAIVersion>1.0.0-beta.17</AzureOpenAIVersion>
|
|
<SemanticKernelVersion>1.10.0</SemanticKernelVersion>
|
|
<SemanticKernelExperimentalVersion>1.10.0-alpha</SemanticKernelExperimentalVersion>
|
|
<SystemCodeDomVersion>5.0.0</SystemCodeDomVersion>
|
|
<MicrosoftCodeAnalysisVersion>4.3.0</MicrosoftCodeAnalysisVersion>
|
|
<ApprovalTestVersion>6.0.0</ApprovalTestVersion>
|
|
<FluentAssertionVersion>6.8.0</FluentAssertionVersion>
|
|
<XUnitVersion>2.4.2</XUnitVersion>
|
|
<MicrosoftNETTestSdkVersion>17.7.0</MicrosoftNETTestSdkVersion>
|
|
<MicrosoftDotnetInteractive>1.0.0-beta.23523.2</MicrosoftDotnetInteractive>
|
|
<MicrosoftSourceLinkGitHubVersion>8.0.0</MicrosoftSourceLinkGitHubVersion>
|
|
<JsonSchemaVersion>4.0.0</JsonSchemaVersion>
|
|
</PropertyGroup>
|
|
</Project> |