mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 04:29:49 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
7ee33894f9
commit
51315fa2ea
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
configured_endpoints: 16
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-3c79948402e96d2aae6e46095db2cf80759750d1b042d6f91281a72c415b14de.yml
|
||||
openapi_spec_hash: f9c2fc5988f0a30397929995c2be2c85
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-129afed79c2ff0ae5f660a17af692c0f716b0d61ce62700f107c1d905346793e.yml
|
||||
openapi_spec_hash: 4bc73b4bfb67367575ac7b582b77d912
|
||||
config_hash: 61e8ad6b1bd35aec38a7b20a2570b967
|
||||
|
|
|
|||
|
|
@ -1330,7 +1330,8 @@ type SessionChatParams struct {
|
|||
ModelID param.Field[string] `json:"modelID,required"`
|
||||
Parts param.Field[[]MessagePartUnionParam] `json:"parts,required"`
|
||||
ProviderID param.Field[string] `json:"providerID,required"`
|
||||
SessionID param.Field[string] `json:"sessionID,required"`
|
||||
// Session ID
|
||||
SessionID param.Field[string] `json:"sessionID,required"`
|
||||
}
|
||||
|
||||
func (r SessionChatParams) MarshalJSON() (data []byte, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue