send_text
Method
This is a method of the RealtimeAgent class in the realtime_agent module.Send text message (sync wrapper).
Signature
Parameters
Text message to send
Returns
True if sent successfully
Send text message (sync wrapper).
This is a method of the RealtimeAgent class in the realtime_agent module.Send text message (sync wrapper).
def send_text(text: str) -> bool