docs: document the built in agents (#12066)

This commit is contained in:
Aiden Cline
2026-02-04 00:00:05 -06:00
committed by GitHub
parent 25e9b34b1a
commit 28b0462384
2 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -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"],
}