File tree Expand file tree Collapse file tree 7 files changed +783
-1085
lines changed
tests/api-resources/responses Expand file tree Collapse file tree 7 files changed +783
-1085
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 108
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-f26df77f0800baeaea40407776f6c1e618756037969411e29de209ce961655dd .yml
3- openapi_spec_hash : e7c2329edc0f9f5aa1c78b6afb996e1c
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-b220f9f8667d2af8007134d0403b24452c20c9c512ca87d0b69b20b761272609 .yml
3+ openapi_spec_hash : cde1096a830f2081d68f858f020fd53f
44config_hash : 8800bdff1a087b9d5211dda2a7b9f66f
Original file line number Diff line number Diff line change @@ -72,13 +72,12 @@ Types:
7272
7373- <code ><a href =" ./src/resources/responses/responses.ts " >ResponseObject</a ></code >
7474- <code ><a href =" ./src/resources/responses/responses.ts " >ResponseObjectStream</a ></code >
75- - <code ><a href =" ./src/resources/responses/responses.ts " >ResponseCreateResponse</a ></code >
7675- <code ><a href =" ./src/resources/responses/responses.ts " >ResponseListResponse</a ></code >
7776- <code ><a href =" ./src/resources/responses/responses.ts " >ResponseDeleteResponse</a ></code >
7877
7978Methods:
8079
81- - <code title =" post /v1/responses " >client.responses.<a href =" ./src/resources/responses/responses.ts " >create</a >({ ...params }) -> ResponseCreateResponse </code >
80+ - <code title =" post /v1/responses " >client.responses.<a href =" ./src/resources/responses/responses.ts " >create</a >({ ...params }) -> ResponseObject </code >
8281- <code title =" get /v1/responses/{response_id} " >client.responses.<a href =" ./src/resources/responses/responses.ts " >retrieve</a >(responseId) -> ResponseObject</code >
8382- <code title =" get /v1/responses " >client.responses.<a href =" ./src/resources/responses/responses.ts " >list</a >({ ...params }) -> ResponseListResponsesOpenAICursorPage</code >
8483- <code title =" delete /v1/responses/{response_id} " >client.responses.<a href =" ./src/resources/responses/responses.ts " >delete</a >(responseId) -> ResponseDeleteResponse</code >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ import {
133133import {
134134 ResponseCreateParams ,
135135 ResponseCreateParamsNonStreaming ,
136- ResponseCreateResponse ,
136+ ResponseCreateParamsStreaming ,
137137 ResponseDeleteResponse ,
138138 ResponseListParams ,
139139 ResponseListResponse ,
@@ -416,12 +416,12 @@ export declare namespace LlamaStackClient {
416416 Responses as Responses ,
417417 type ResponseObject as ResponseObject ,
418418 type ResponseObjectStream as ResponseObjectStream ,
419- type ResponseCreateResponse as ResponseCreateResponse ,
420419 type ResponseListResponse as ResponseListResponse ,
421420 type ResponseDeleteResponse as ResponseDeleteResponse ,
422421 ResponseListResponsesOpenAICursorPage as ResponseListResponsesOpenAICursorPage ,
423422 type ResponseCreateParams as ResponseCreateParams ,
424423 type ResponseCreateParamsNonStreaming as ResponseCreateParamsNonStreaming ,
424+ type ResponseCreateParamsStreaming as ResponseCreateParamsStreaming ,
425425 type ResponseListParams as ResponseListParams ,
426426 } ;
427427
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ export {
5454 Responses ,
5555 type ResponseObject ,
5656 type ResponseObjectStream ,
57- type ResponseCreateResponse ,
5857 type ResponseListResponse ,
5958 type ResponseDeleteResponse ,
6059 type ResponseCreateParams ,
6160 type ResponseCreateParamsNonStreaming ,
61+ type ResponseCreateParamsStreaming ,
6262 type ResponseListParams ,
6363} from './responses/responses' ;
6464export { Routes , type ListRoutesResponse , type RouteListResponse } from './routes' ;
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export {
66 Responses ,
77 type ResponseObject ,
88 type ResponseObjectStream ,
9- type ResponseCreateResponse ,
109 type ResponseListResponse ,
1110 type ResponseDeleteResponse ,
1211 type ResponseCreateParams ,
1312 type ResponseCreateParamsNonStreaming ,
13+ type ResponseCreateParamsStreaming ,
1414 type ResponseListParams ,
1515} from './responses' ;
You can’t perform that action at this time.
0 commit comments