This commit is contained in:
fawney19
2026-05-19 08:10:57 +08:00
15 changed files with 620 additions and 24 deletions

View File

@@ -73,6 +73,10 @@ impl AiRuntimeMissDiagnosticPort for GatewayRuntimeMissDiagnosticPort<'_> {
candidate_count: None,
skipped_candidate_count: None,
skip_reasons: std::collections::BTreeMap::new(),
provider_hint_id: None,
provider_hint_name: None,
endpoint_hint_id: None,
endpoint_hint_api_format: None,
}
}