mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 04:29:49 +00:00
feat(api): api update
This commit is contained in:
parent
5214e0ab69
commit
de09ff7b59
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
configured_endpoints: 43
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-d1a2891c87707259c57fd32c028d77d7c393b231aa416bffe9b2823827d8a223.yml
|
||||
openapi_spec_hash: ffbe4c04e3ac5c84a1ee93a6afb8e1a1
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-0a51d4de32ff494edb3423c9dfd6907b101baab3a967cf47a2fe4a11e53e6bd9.yml
|
||||
openapi_spec_hash: f408670a086f9a79e331863b5d04b7b6
|
||||
config_hash: 026ef000d34bf2f930e7b41e77d2d3ff
|
||||
|
|
|
|||
|
|
@ -2372,7 +2372,7 @@ func (r sessionPromptResponseJSON) RawJSON() string {
|
|||
}
|
||||
|
||||
type SessionNewParams struct {
|
||||
Directory param.Field[string] `query:"directory,required"`
|
||||
Directory param.Field[string] `query:"directory"`
|
||||
ParentID param.Field[string] `json:"parentID"`
|
||||
Title param.Field[string] `json:"title"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue