File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 21
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-7270ee0a79d885681ee507414608229f61c27f47c40f355dcd210b38aa7cddf1 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-f5276eeef7512112e802c85530c51e0a971ee521eebe3a0db309621587b4973d .yml
Original file line number Diff line number Diff line change @@ -299,6 +299,10 @@ export interface BetaMessageBatchExpiredResult {
299
299
type : 'expired' ;
300
300
}
301
301
302
+ /**
303
+ * This is a single line in the response `.jsonl` file and does not represent the
304
+ * response as a whole.
305
+ */
302
306
export interface BetaMessageBatchIndividualResponse {
303
307
/**
304
308
* Developer-provided ID created for each request in a Message Batch. Useful for
Original file line number Diff line number Diff line change @@ -207,6 +207,10 @@ export interface MessageBatchExpiredResult {
207
207
type : 'expired' ;
208
208
}
209
209
210
+ /**
211
+ * This is a single line in the response `.jsonl` file and does not represent the
212
+ * response as a whole.
213
+ */
210
214
export interface MessageBatchIndividualResponse {
211
215
/**
212
216
* Developer-provided ID created for each request in a Message Batch. Useful for
You can’t perform that action at this time.
0 commit comments