mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
ddb79fc19d
commit
a6cf7c5b2a
109 changed files with 159 additions and 153 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue