chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-03 19:10:44 +00:00
parent 39a504773c
commit 185858749b

View File

@@ -1003,7 +1003,7 @@ export namespace Provider {
// Merge configured headers into request headers
opts.headers = {
...(typeof opts.headers === 'object' ? opts.headers : {}),
...(typeof opts.headers === "object" ? opts.headers : {}),
...options["headers"],
}