user
Method
This is a method of the LlmMessage class in the protocols module.Create a user message
Signature
Parameters
No description available.
Returns
The result of the operation.
user: Create a user message
This is a method of the LlmMessage class in the protocols module.Create a user message
def user(content: impl Into<String>) -> Self