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/anthropic-java-core/src/main/kotlin/com/anthropic/models/BetaMessageBatchIndividualResponse.kt b/anthropic-java-core/src/main/kotlin/com/anthropic/models/BetaMessageBatchIndividualResponse.kt index 300f47f..9e2e450 100644 --- a/anthropic-java-core/src/main/kotlin/com/anthropic/models/BetaMessageBatchIndividualResponse.kt +++ b/anthropic-java-core/src/main/kotlin/com/anthropic/models/BetaMessageBatchIndividualResponse.kt @@ -16,6 +16,10 @@ import com.fasterxml.jackson.annotation.JsonCreator import com.fasterxml.jackson.annotation.JsonProperty import java.util.Objects +/** + * This is a single line in the response `.jsonl` file and does not represent the response as a + * whole. + */ @NoAutoDetect class BetaMessageBatchIndividualResponse @JsonCreator diff --git a/anthropic-java-core/src/main/kotlin/com/anthropic/models/MessageBatchIndividualResponse.kt b/anthropic-java-core/src/main/kotlin/com/anthropic/models/MessageBatchIndividualResponse.kt index 9ae50fd..794c5c6 100644 --- a/anthropic-java-core/src/main/kotlin/com/anthropic/models/MessageBatchIndividualResponse.kt +++ b/anthropic-java-core/src/main/kotlin/com/anthropic/models/MessageBatchIndividualResponse.kt @@ -16,6 +16,10 @@ import com.fasterxml.jackson.annotation.JsonCreator import com.fasterxml.jackson.annotation.JsonProperty import java.util.Objects +/** + * This is a single line in the response `.jsonl` file and does not represent the response as a + * whole. + */ @NoAutoDetect class MessageBatchIndividualResponse @JsonCreator