Skip to content

Commit e60aa00

Browse files
feat(api): update via SDK Studio
1 parent 6502054 commit e60aa00

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 61e8ad6b1bd35aec38a7b20a2570b967

src/resources/session.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

324319
export interface SessionInitParams {

tests/api-resources/session.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)