new advisories work and features gaps work
This commit is contained in:
@@ -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" }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -15,4 +15,8 @@
|
||||
<PackageReference Include="Moq" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\AdvisoryAI\StellaOps.AdvisoryAI\StellaOps.AdvisoryAI.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user