Formatting (#2526)
This commit is contained in:
@@ -165,7 +165,7 @@ class MemoryGraph:
|
||||
|
||||
try:
|
||||
for tool_call in search_results["tool_calls"]:
|
||||
if tool_call['name'] != "extract_entities":
|
||||
if tool_call["name"] != "extract_entities":
|
||||
continue
|
||||
for item in tool_call["arguments"]["entities"]:
|
||||
entity_type_map[item["entity"]] = item["entity_type"]
|
||||
|
||||
Reference in New Issue
Block a user