get v1.0.15 version back and add support for Anthropic Claude Opus 4.6 in webbench (#4778)

This commit is contained in:
Shuchang Zheng
2026-02-17 20:50:21 -08:00
committed by GitHub
parent f85af654b4
commit 5b50590cec
18 changed files with 3461 additions and 2649 deletions

View File

@@ -26,8 +26,8 @@ export class SkyvernClient {
"x-api-key": _options?.apiKey,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@skyvern/client",
"X-Fern-SDK-Version": "1.0.14",
"User-Agent": "@skyvern/client/1.0.14",
"X-Fern-SDK-Version": "1.0.15",
"User-Agent": "@skyvern/client/1.0.15",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},