File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 16
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-129afed79c2ff0ae5f660a17af692c0f716b0d61ce62700f107c1d905346793e .yml
3- openapi_spec_hash : 4bc73b4bfb67367575ac7b582b77d912
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-42c787cc277f295f28cd81a67f7b746cb4d47c3cd4c8a3fb521b03407649ebdd .yml
3+ openapi_spec_hash : 8f514f7881cf54e0aa65a23366df1af0
44config_hash : 61e8ad6b1bd35aec38a7b20a2570b967
Original file line number Diff line number Diff line change @@ -1330,8 +1330,6 @@ type SessionChatParams struct {
13301330 ModelID param.Field [string ] `json:"modelID,required"`
13311331 Parts param.Field [[]MessagePartUnionParam ] `json:"parts,required"`
13321332 ProviderID param.Field [string ] `json:"providerID,required"`
1333- // Session ID
1334- SessionID param.Field [string ] `json:"sessionID,required"`
13351333}
13361334
13371335func (r SessionChatParams ) MarshalJSON () (data []byte , err error ) {
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ func TestSessionChat(t *testing.T) {
123123 Type : opencode .F (opencode .TextPartTypeText ),
124124 }}),
125125 ProviderID : opencode .F ("providerID" ),
126- SessionID : opencode .F ("sessionID" ),
127126 },
128127 )
129128 if err != nil {
You can’t perform that action at this time.
0 commit comments