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

@ -5,8 +5,8 @@ from typing import Iterator, AsyncIterator
import httpx
import pytest
from opencode import Opencode, AsyncOpencode
from opencode._streaming import Stream, AsyncStream, ServerSentEvent
from opencode_ai import Opencode, AsyncOpencode
from opencode_ai._streaming import Stream, AsyncStream, ServerSentEvent
@pytest.mark.asyncio