mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-08 10:10:58 +00:00
docs: document the built in agents (#12066)
This commit is contained in:
parent
b942e0b4dc
commit
8c1f1f13dc
2 changed files with 29 additions and 5 deletions
|
|
@ -989,7 +989,7 @@ export namespace Provider {
|
|||
|
||||
// Merge configured headers into request headers
|
||||
opts.headers = {
|
||||
...(typeof opts.headers === "object" ? opts.headers : {}),
|
||||
...(opts.headers ?? {}),
|
||||
...options["headers"],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue