Skip to content

Commit 7439ff4

Browse files
committed
fix key
1 parent 032c8dd commit 7439ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/elevenlabs/conversational_ai/conversation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, text: str):
5757
self.text = text
5858

5959
def to_dict(self) -> dict:
60-
return {"type": self.type, "content": self.text}
60+
return {"type": self.type, "text": self.text}
6161

6262

6363
class AudioInterface(ABC):

0 commit comments

Comments
 (0)