mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 20:50:07 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
e88634a7cc
commit
630ea57c2a
3 changed files with 7 additions and 2 deletions
|
|
@ -174,6 +174,8 @@ class SessionResource(SyncAPIResource):
|
|||
Create and send a new message to a session
|
||||
|
||||
Args:
|
||||
session_id: Session ID
|
||||
|
||||
extra_headers: Send extra headers
|
||||
|
||||
extra_query: Add additional query parameters to the request
|
||||
|
|
@ -534,6 +536,8 @@ class AsyncSessionResource(AsyncAPIResource):
|
|||
Create and send a new message to a session
|
||||
|
||||
Args:
|
||||
session_id: Session ID
|
||||
|
||||
extra_headers: Send extra headers
|
||||
|
||||
extra_query: Add additional query parameters to the request
|
||||
|
|
|
|||
|
|
@ -19,3 +19,4 @@ class SessionChatParams(TypedDict, total=False):
|
|||
provider_id: Required[Annotated[str, PropertyInfo(alias="providerID")]]
|
||||
|
||||
session_id: Required[Annotated[str, PropertyInfo(alias="sessionID")]]
|
||||
"""Session ID"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue