From bc65fcde0c14db5d1112da0eb81f079dc9ac5648 Mon Sep 17 00:00:00 2001 From: bromnhub <241785706+bromnhub@users.noreply.github.com> Date: Tue, 9 Dec 2025 05:05:13 -0500 Subject: [PATCH] refactor: Improve docstring for add_message method --- vapi_python/vapi_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi_python/vapi_python.py b/vapi_python/vapi_python.py index 69e9797..75ea092 100644 --- a/vapi_python/vapi_python.py +++ b/vapi_python/vapi_python.py @@ -83,7 +83,7 @@ def send(self, message): def add_message(self, role, content): """ - method to send text messages with specific parameters. + Adds a text message to the conversation history with specified role and content. """ message = { 'type': 'add-message',