Update graphiti_core/prompts/eval.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
b35729643d
commit
120967e371
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ def eval_add_episode_results(context: dict[str, Any]) -> list[Message]:
|
||||||
conversation is higher quality than the CANDIDATE graph data extracted from the conversation.
|
conversation is higher quality than the CANDIDATE graph data extracted from the conversation.
|
||||||
|
|
||||||
Return False if the BASELINE extraction is better, and True otherwise. If the CANDIDATE extraction and
|
Return False if the BASELINE extraction is better, and True otherwise. If the CANDIDATE extraction and
|
||||||
BASELINE extraction are near identical in quality, return True.
|
BASELINE extraction are nearly identical in quality, return True.
|
||||||
|
|
||||||
<PREVIOUS MESSAGES>
|
<PREVIOUS MESSAGES>
|
||||||
{context['previous_messages']}
|
{context['previous_messages']}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue