Update API specifications with fern api update (#2951)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-07-15 02:01:23 -07:00
committed by GitHub
parent 3f21221b02
commit 01710a4c52
88 changed files with 1470 additions and 54 deletions

View File

@@ -46,6 +46,7 @@ class Skyvern(AsyncSkyvern):
super().__init__(
base_url=base_url,
api_key=api_key,
x_api_key=api_key,
environment=environment,
timeout=timeout,
follow_redirects=follow_redirects,