mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-21 10:42:58 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
71c951e188
commit
3e426e4328
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue