refactor(open-sse): dedup format default in PROVIDERS via resolver (C1)

Wrap PROVIDERS in defineProviders() that appends format:"openai" when omitted,
removing 72 repeated `format:"openai"` lines. Output stays byte-for-byte
identical (verified by tests/__baseline__/verify-providers.mjs deep-equal
against snapshot). No runtime fields added; consumers unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
decolua
2026-06-13 17:57:51 +07:00
co-authored by Cursor
parent 3a26d5fb40
commit f4c39042a0
5 changed files with 628 additions and 75 deletions
File diff suppressed because one or more lines are too long