add_message(
self,
message: BaseMessage,
) -> None| Name | Type | Description |
|---|---|---|
message* | BaseMessage | The message to add |
Persist in short-term transcript AND asynchronously update Foundry Memory.
This method adds the message to the base history and then fires off an asynchronous update to Foundry Memory without blocking the chat flow.