mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-29 05:00:01 +00:00
feat(api): api update
This commit is contained in:
parent
06577e9685
commit
e2e1f1d384
18 changed files with 205 additions and 18 deletions
5
api.md
5
api.md
|
|
@ -23,7 +23,6 @@ Types:
|
|||
```python
|
||||
from opencode_ai.types import (
|
||||
App,
|
||||
LogLevel,
|
||||
Mode,
|
||||
Model,
|
||||
Provider,
|
||||
|
|
@ -96,12 +95,16 @@ from opencode_ai.types import (
|
|||
AssistantMessage,
|
||||
FilePart,
|
||||
FilePartInput,
|
||||
FilePartSource,
|
||||
FilePartSourceText,
|
||||
FileSource,
|
||||
Message,
|
||||
Part,
|
||||
Session,
|
||||
SnapshotPart,
|
||||
StepFinishPart,
|
||||
StepStartPart,
|
||||
SymbolSource,
|
||||
TextPart,
|
||||
TextPartInput,
|
||||
ToolPart,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue