Ask a question to get started
Enter to sendā¢Shift+Enter new line
Convenience method for adding an AI message string to the store.
add_ai_message( self, message: str, metadata: Optional[Dict[str, Any]] = None ) -> None
message
str
The string contents of an AI message.
metadata
Optional[Dict[str, Any]]
None
Optional metadata to attach to the message.