addMessageFrom

open fun addMessageFrom(message: Message, author: User?): Message

Add a message with explicit author attribution. Useful for group chats or when the author differs per message.

Return

the newly added message

Parameters

message

the message to add

author

the author of this message (null for system/assistant messages)