new advisories work and features gaps work

This commit is contained in:
master
2026-01-14 18:39:19 +02:00
parent 95d5898650
commit 15aeac8e8b
148 changed files with 16731 additions and 554 deletions

View File

@@ -53,8 +53,7 @@ public class AdvisoryChatBenchmarks
ArtifactDigest = "sha256:abc123",
FindingId = "CVE-2024-12345",
TenantId = "test-tenant",
Environment = "prod",
Intent = AdvisoryChatIntent.Explain
Environment = "prod"
};
}
@@ -110,7 +109,8 @@ public class AdvisoryChatBenchmarks
Intent = intent,
Confidence = 1.0,
NormalizedInput = normalized,
ExplicitSlashCommand = isSlashCommand
ExplicitSlashCommand = isSlashCommand,
Parameters = new IntentParameters { FindingId = "CVE-2024-12345" }
};
}

View File

@@ -15,4 +15,8 @@
<PackageReference Include="Moq" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\AdvisoryAI\StellaOps.AdvisoryAI\StellaOps.AdvisoryAI.csproj" />
</ItemGroup>
</Project>