mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
feat(api): api update
This commit is contained in:
parent
a617d3359f
commit
5e3dae765d
6 changed files with 56 additions and 36 deletions
2
api.md
2
api.md
|
|
@ -102,6 +102,7 @@ Types:
|
|||
from opencode_ai.types import (
|
||||
AssistantMessage,
|
||||
FilePart,
|
||||
FilePartInput,
|
||||
Message,
|
||||
Part,
|
||||
Session,
|
||||
|
|
@ -109,6 +110,7 @@ from opencode_ai.types import (
|
|||
StepFinishPart,
|
||||
StepStartPart,
|
||||
TextPart,
|
||||
TextPartInput,
|
||||
ToolPart,
|
||||
ToolStateCompleted,
|
||||
ToolStateError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue