diff --git a/vapi_python/vapi_python.py b/vapi_python/vapi_python.py index 69e9797..688cecc 100644 --- a/vapi_python/vapi_python.py +++ b/vapi_python/vapi_python.py @@ -83,7 +83,10 @@ def send(self, message): def add_message(self, role, content): """ - method to send text messages with specific parameters. + Sends a text message to the assistant with a specified role and content. + + :param role: The role of the message sender (e.g., 'user', 'system'). + :param content: The text content of the message. """ message = { 'type': 'add-message',