(body: Readonly<Record<string, unknown>> | undefined)
| 212 | } |
| 213 | |
| 214 | function withoutCredentials(body: Readonly<Record<string, unknown>> | undefined) { |
| 215 | return Object.fromEntries(Object.entries(body ?? {}).filter(([key]) => key !== "apiKey" && key !== "headers")) |
| 216 | } |
| 217 | |
| 218 | function remoteCost(input: NonNullable<(typeof ConfigProviderV1.Model.Type)["cost"]>) { |
| 219 | const base = { |