Convenience method for adding a human message string to the store.
This is a convenience method. Code should favor the bulk add_messages
interface instead to save on round-trips to the persistence layer.
This method may be deprecated in a future release.
add_user_message(
self,
message: HumanMessage | str,
) -> None| Name | Type | Description |
|---|---|---|
message* | HumanMessage | str | The |