158 lines
9.3 KiB
XML
158 lines
9.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{69D70CA9-0DF9-419E-BFAF-F4539F129BD9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>AICore</RootNamespace>
|
|
<AssemblyName>BeWo.Components.AICore</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugRemote|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\DebugRemote\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\..\..\Lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.IO.Pipelines, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.IO.Pipelines.9.0.7\lib\net462\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\Lib\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Encodings.Web, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Text.Encodings.Web.9.0.7\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Context\Core\ContextEntryMapperFactory.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\CustomerContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Navigation\CustomerNavigationContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\EmployeeContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Navigation\EmployeeNavigationContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\OrganisationContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Navigation\OrganisationNavigationContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\PersonContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Navigation\PersonNavigationContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\ServiceRecordContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Detail\SupportConceptContextEntryMapper.cs" />
|
|
<Compile Include="Context\EntryMapper\Navigation\SupportConceptNavigationContextEntryMapper.cs" />
|
|
<Compile Include="Context\Entry\BaseContextEntry.cs" />
|
|
<Compile Include="Context\EntryMapper\BaseContextEntryMapper.cs" />
|
|
<Compile Include="Context\Core\AiContextSummaryFactory.cs" />
|
|
<Compile Include="Context\Entry\Detail\CustomerDetailContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Detail\DetailContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Detail\EmployeeDetailContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Detail\OrganisationDetailContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\CustomerNavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\EmployeeNavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\NavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\OrganisationNavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\PersonNavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\SupportConceptNavigationContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Detail\PersonDetailContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Navigation\ServiceRecordContextEntry.cs" />
|
|
<Compile Include="Context\Entry\Detail\SupportConceptDetailContextEntry.cs" />
|
|
<Compile Include="Context\Interfaces\IContextSummary.cs" />
|
|
<Compile Include="Context\SummaryParser\BaseContextSummaryParser.cs" />
|
|
<Compile Include="Context\SummaryParser\CsvContextSummaryParser.cs" />
|
|
<Compile Include="Context\SummaryParser\JsonContextSummaryParser.cs" />
|
|
<Compile Include="Context\Summary\BaseContextSummary.cs" />
|
|
<Compile Include="Context\Summary\Detail\CustomerDetailCS.cs" />
|
|
<Compile Include="Context\Summary\Function\BaseFunctionContextSummary.cs" />
|
|
<Compile Include="Context\Summary\Function\ServiceRecordDocumantationFCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\CustomerNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Detail\BaseDetailContextSummary.cs" />
|
|
<Compile Include="Context\Summary\Detail\EmployeeDetailCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\EmployeeNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\BaseNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Detail\OrganisationDetailCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\OrganisationNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Detail\PersonDetailCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\PersonNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\ServiceRecordNavigationCS.cs" />
|
|
<Compile Include="Context\Summary\Detail\SupportConceptDetailCS.cs" />
|
|
<Compile Include="Context\Summary\Navigation\SupportConceptNavigationCS.cs" />
|
|
<Compile Include="Facade\AiPromptsApiClient.cs" />
|
|
<Compile Include="Facade\DefaultErrorExtractor.cs" />
|
|
<Compile Include="Facade\LLM\BaseLLMApiClient.cs" />
|
|
<Compile Include="Facade\LLM\OllamaApiClient.cs" />
|
|
<Compile Include="Facade\LLM\OpenWebApiClient.cs" />
|
|
<Compile Include="Prompt\AiSystemPromptFactory.cs" />
|
|
<Compile Include="Prompt\SystemPrompts\AiFunctionSystemPromptBuilder.cs" />
|
|
<Compile Include="Prompt\SystemPrompts\AiConversationSystemPromptBuilder.cs" />
|
|
<Compile Include="Prompt\Models\AiConversationContext.cs" />
|
|
<Compile Include="Prompt\SystemPrompts\BaseSystemPromptBuilder.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Prompt\SystemPrompts\Examples\system_prompt1.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Prompt\SystemPrompts\Examples\system_prompt2.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Prompt\SystemPrompts\Examples\system_prompt3.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Prompt\Core\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Shared\Shared.csproj">
|
|
<Project>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</Project>
|
|
<Name>Shared</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ServerUtils\ServerUtils.csproj">
|
|
<Project>{EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}</Project>
|
|
<Name>ServerUtils</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |