mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 23:24:03 -06:00
9c1312b5e4
The config form marks models.providers as unsupported because SecretInputSchema creates a oneOf union that the form analyzer cannot handle. Add detection for secret-ref union variants and normalize them to plain string inputs for form display. Closes #31490