OpenAI reuses model codenames across generations (GPT-6 reused GPT-5.6's Sol and Luna), so a bare codename like "Astra" can't identify which model built the engine. Prefixing the model version keeps engine names unambiguous as more runs are added. The CLR type is now Gpt6AstraNestingEngine, so benchmark reports show the new name. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
8 lines
336 B
XML
8 lines
336 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup><OutputType>Exe</OutputType><Nullable>disable</Nullable></PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="../OpenNest.Engine.Gpt6Astra.csproj" />
|
|
<Compile Include="$(OpenNestRoot)OpenNest.Benchmark/NestValidator.cs" Link="NestValidator.cs" />
|
|
</ItemGroup>
|
|
</Project>
|