Skip to content

fix: bump elevenlabs-js SDK to 2.41.1#71

Open
carlos-cubas wants to merge 1 commit intoelevenlabs:mainfrom
carlos-cubas:bump/elevenlabs-js-2.41.1
Open

fix: bump elevenlabs-js SDK to 2.41.1#71
carlos-cubas wants to merge 1 commit intoelevenlabs:mainfrom
carlos-cubas:bump/elevenlabs-js-2.41.1

Conversation

@carlos-cubas
Copy link
Copy Markdown
Contributor

Summary

Bumps @elevenlabs/elevenlabs-js from 2.36.0 to 2.41.1.

Problem

The SDK at 2.36.0 contains a stale LLM enum that rejects claude-sonnet-4-6 during agents push validation, even though the API (per the OpenAPI spec at api.elevenlabs.io/openapi.json) accepts it:

Error processing Interactive Student Tutor: conversationConfig -> agent -> prompt -> llm: Expected enum. Received "claude-sonnet-4-6"

Fix

SDK 2.41.1 includes claude-sonnet-4-6 in the LLM enum.

Testing

All 192 existing tests pass.

Adds support for claude-sonnet-4-6 LLM enum value. The previous version
(2.36.0) rejected this model during push validation even though the API
accepts it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant