Skip to main content

finalize_task_output

Method
This is a method of the Memory class in the memory module.
Store task output in memory with appropriate metadata

Signature

def finalize_task_output(content: str, agent_name: str, quality_score: float, threshold: float, metrics: Dict[str, Any], task_id: str) -> Any

Parameters

content
str
required
No description available.
agent_name
str
required
No description available.
quality_score
float
required
No description available.
threshold
float
default:"0.7"
No description available.
metrics
Dict
No description available.
task_id
str
No description available.

Returns

Returns
Any
The result of the operation.