We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032c8dd commit 7439ff4Copy full SHA for 7439ff4
1 file changed
src/elevenlabs/conversational_ai/conversation.py
@@ -57,7 +57,7 @@ def __init__(self, text: str):
57
self.text = text
58
59
def to_dict(self) -> dict:
60
- return {"type": self.type, "content": self.text}
+ return {"type": self.type, "text": self.text}
61
62
63
class AudioInterface(ABC):
0 commit comments