Skip to content

Commit 751ecd0

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(docs): updates (#673)
1 parent 1811c54 commit 751ecd0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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

src/resources/beta/messages/batches.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ export interface BetaMessageBatchExpiredResult {
299299
type: 'expired';
300300
}
301301

302+
/**
303+
* This is a single line in the response `.jsonl` file and does not represent the
304+
* response as a whole.
305+
*/
302306
export interface BetaMessageBatchIndividualResponse {
303307
/**
304308
* Developer-provided ID created for each request in a Message Batch. Useful for

src/resources/messages/batches.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ export interface MessageBatchExpiredResult {
207207
type: 'expired';
208208
}
209209

210+
/**
211+
* This is a single line in the response `.jsonl` file and does not represent the
212+
* response as a whole.
213+
*/
210214
export interface MessageBatchIndividualResponse {
211215
/**
212216
* Developer-provided ID created for each request in a Message Batch. Useful for

0 commit comments

Comments
 (0)