Skip to content

Commit cb55bc1

Browse files
committed
test: Update relevant_article content for clarity and detail
1 parent 87219a6 commit cb55bc1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_why_engine.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ def cortex_context():
4141
def relevant_article():
4242
return SourceItem(
4343
title="New AI Agent Memory Framework Released",
44-
content="A framework for building persistent agent memory systems.",
44+
content=(
45+
"A framework to build persistent context memory for AI agent systems. "
46+
"The engine supports layered recall and scoring."
47+
),
4548
source_type="article",
4649
url="https://example.com/agent-memory",
4750
tags=["ai", "agents"],

0 commit comments

Comments
 (0)