Skip to content

Commit

Permalink
fix(types): remove misleading betas TypedDict property for the Batch …
Browse files Browse the repository at this point in the history
…API (#559)
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Oct 17, 2024
1 parent 081e42b commit d80b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/beta/messages/batches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export namespace BatchCreateParams {
* See the [Messages API reference](/en/api/messages) for full documentation on
* available parameters.
*/
params: BetaMessagesAPI.MessageCreateParamsNonStreaming;
params: Omit<BetaMessagesAPI.MessageCreateParamsNonStreaming, 'betas'>;
}
}

Expand Down

0 comments on commit d80b407

Please sign in to comment.