From 4df42ab5d74a3a85b2f9b9c8c9720e3afe03c1ca Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:25:25 +0000 Subject: [PATCH] chore(docs): updates (#103) --- .stats.yml | 2 +- betamessagebatch.go | 2 ++ messagebatch.go | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index e7d0669..64f8716 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/betamessagebatch.go b/betamessagebatch.go index 2cf81c3..c8bdf66 100644 --- a/betamessagebatch.go +++ b/betamessagebatch.go @@ -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. diff --git a/messagebatch.go b/messagebatch.go index 7c0fd05..3c8c0e5 100644 --- a/messagebatch.go +++ b/messagebatch.go @@ -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.