feat(api): update via SDK Studio

This commit is contained in:
stainless-app[bot] 2025-06-27 14:47:07 +00:00
parent ddb79fc19d
commit a6cf7c5b2a
109 changed files with 159 additions and 153 deletions

View file

@ -2,7 +2,7 @@ from __future__ import annotations
from typing import Generic, TypeVar, cast
from opencode._utils import extract_type_var_from_base
from opencode_ai._utils import extract_type_var_from_base
_T = TypeVar("_T")
_T2 = TypeVar("_T2")