Release 0.2.19: Update Fern TS SDK (#3807)

This commit is contained in:
Stanislav Novosad
2025-10-24 12:28:29 -06:00
committed by GitHub
parent 5872e3cde0
commit 43048b1c12
10 changed files with 2489 additions and 2577 deletions

View File

@@ -22,7 +22,7 @@ Instantiate and use the client with the following:
```typescript
import { SkyvernClient } from "@skyvern/client";
const client = new SkyvernClient({ xApiKey: "YOUR_X_API_KEY", apiKey: "YOUR_API_KEY" });
const client = new SkyvernClient({ apiKey: "YOUR_API_KEY" });
await client.runTask({
"x-user-agent": "x-user-agent",
body: {