Skip to content

Commit

Permalink
chore(docs): updates (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 24, 2025
1 parent 6e2dec9 commit 4df42ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 21
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-7270ee0a79d885681ee507414608229f61c27f47c40f355dcd210b38aa7cddf1.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-f5276eeef7512112e802c85530c51e0a971ee521eebe3a0db309621587b4973d.yml
2 changes: 2 additions & 0 deletions betamessagebatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ func (r BetaMessageBatchExpiredResultType) IsKnown() bool {
return false
}

// This is a single line in the response `.jsonl` file and does not represent the
// response as a whole.
type BetaMessageBatchIndividualResponse struct {
// Developer-provided ID created for each request in a Message Batch. Useful for
// matching results to requests, as results may be given out of request order.
Expand Down
2 changes: 2 additions & 0 deletions messagebatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ func (r MessageBatchExpiredResultType) IsKnown() bool {
return false
}

// This is a single line in the response `.jsonl` file and does not represent the
// response as a whole.
type MessageBatchIndividualResponse struct {
// Developer-provided ID created for each request in a Message Batch. Useful for
// matching results to requests, as results may be given out of request order.
Expand Down

0 comments on commit 4df42ab

Please # to comment.