add_user_message
Method
This is a method of the Session class in the session module.Add a user message
Signature
Parameters
No description available.
Returns
The result of the operation.
add_user_message: Add a user message
This is a method of the Session class in the session module.Add a user message
def add_user_message(&mut self, content: impl Into<String>) -> Result<()>