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 b942e0b4dc
commit 8c1f1f13dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 5 deletions

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"],
}