Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
send_message
Method
This is a method of the Session class in the session module.Alias for chat() method to match Google ADK pattern.
Signature
Parameters
The message to send to the agent **kwargs: Additional parameters for the request
Returns
The agent’s response
Uses
chat
Source
View on GitHub
praisonaiagents/session.py at line 541
