Skip to main content

store_in_memory

Method
This is a method of the Task class in the task module.
Store content in memory with metadata

Signature

def store_in_memory(content: str, agent_name: str, task_id: str) -> Any

Parameters

content
str
required
No description available.
agent_name
str
No description available.
task_id
str
No description available.

Returns

Returns
Any
The result of the operation.