send_text
Method
This is a method of the RealtimeAgent class in the realtime_agent module.Send text message (sync wrapper).
Signature
Parameters
str
required
Text message to send
Returns
bool
True if sent successfully
Uses
asyncio.get_running_loopasyncio.get_event_looploop.run_until_completeasend_textasyncio.new_event_loopasyncio.set_event_loop
Source
View on GitHub
praisonaiagents/agent/realtime_agent.py at line 273
