File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -314,11 +314,6 @@ export interface SessionChatParams {
314314 parts : Array < MessagePart > ;
315315
316316 providerID : string ;
317-
318- /**
319- * Session ID
320- */
321- sessionID : string ;
322317}
323318
324319export interface SessionInitParams {
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ describe('resource session', () => {
5959 modelID : 'modelID' ,
6060 parts : [ { text : 'text' , type : 'text' } ] ,
6161 providerID : 'providerID' ,
62- sessionID : 'sessionID' ,
6362 } ) ;
6463 const rawResponse = await responsePromise . asResponse ( ) ;
6564 expect ( rawResponse ) . toBeInstanceOf ( Response ) ;
@@ -76,7 +75,6 @@ describe('resource session', () => {
7675 modelID : 'modelID' ,
7776 parts : [ { text : 'text' , type : 'text' } ] ,
7877 providerID : 'providerID' ,
79- sessionID : 'sessionID' ,
8078 } ) ;
8179 } ) ;
8280
You can’t perform that action at this time.
0 commit comments