Revert "Merge PR #504"

This reverts commit d216a9e219, reversing
changes made to 21e82abd54.
This commit is contained in:
fawney19
2026-05-19 17:23:57 +08:00
parent 8bcd5b8189
commit 1b570daf72
15 changed files with 24 additions and 626 deletions

View File

@@ -151,19 +151,6 @@ export interface RequestSchedulingFailure {
reason_summary?: string | null
status_code?: number | null
no_upstream_attempt?: boolean | null
requested_model?: string | null
candidate_count?: number | null
persisted_candidate_count?: number | null
skipped_candidate_count?: number | null
skip_reasons?: Record<string, number> | null
provider_hint?: {
id?: string | null
name?: string | null
} | null
endpoint_hint?: {
id?: string | null
api_format?: string | null
} | null
}
export interface RequestDetail {