wip: doctor/cli/docs/api to vector db consolidation; api hardening for descriptions, tenant, and scopes; migrations and conversions of all DALs to EF v10
This commit is contained in:
@@ -65,7 +65,10 @@ public sealed record KnowledgeOpenDoctorAction(
|
||||
string CheckCode,
|
||||
string Severity,
|
||||
bool CanRun,
|
||||
string RunCommand);
|
||||
string RunCommand,
|
||||
string Control = "safe",
|
||||
bool RequiresConfirmation = false,
|
||||
bool IsDestructive = false);
|
||||
|
||||
public sealed record KnowledgeSearchDiagnostics(
|
||||
int FtsMatches,
|
||||
|
||||
Reference in New Issue
Block a user