content
Method
This is a method of the BotMessageProtocol class in the protocols module.Message content.
Signature
Returns
The result of the operation.
Used By
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 239content: Message content.
This is a method of the BotMessageProtocol class in the protocols module.Message content.
def content() -> Union[str, Dict[str, Any]]
praisonaiagents/bots/protocols.py at line 239