mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-09 13:22:10 +02:00
Fix tests
This commit is contained in:
parent
e8407b3441
commit
fc54bede37
3 changed files with 18 additions and 18 deletions
|
|
@ -128,7 +128,7 @@ class TestAgentKgExtractionIntegration:
|
|||
|
||||
# Parse and process
|
||||
extraction_data = extractor.parse_jsonl(agent_response)
|
||||
triples, entity_contexts = extractor.process_extraction_data(extraction_data, v.metadata)
|
||||
triples, entity_contexts, extracted_triples = extractor.process_extraction_data(extraction_data, v.metadata)
|
||||
|
||||
# Emit outputs
|
||||
if triples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue