

























@@ -816,6 +816,8 @@ async function runFinalConfigValidationHealth(ctx: DoctorHealthFlowContext): Pro
816816}
817817}
818818819+async function runRuntimeToolSchemasHealth(): Promise<void> {}
820+819821export function resolveDoctorHealthContributions(): DoctorHealthContribution[] {
820822return [
821823createDoctorHealthContribution({
@@ -954,6 +956,12 @@ export function resolveDoctorHealthContributions(): DoctorHealthContribution[] {
954956label: "Tool result cap",
955957run: runToolResultCapHealth,
956958}),
959+createDoctorHealthContribution({
960+id: "doctor:runtime-tool-schemas",
961+label: "Runtime tool schemas",
962+healthCheckIds: ["core/doctor/runtime-tool-schemas"],
963+run: runRuntimeToolSchemasHealth,
964+}),
957965createDoctorHealthContribution({
958966id: "doctor:systemd-linger",
959967label: "systemd linger",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。