Switch prompt name to the original prompt

This commit is contained in:
Cyber MacGeddon 2025-12-03 13:25:24 +00:00
parent a117fc032a
commit 1069a0d987

View file

@ -368,9 +368,9 @@ class Processor(FlowProcessor):
List of Triple objects
"""
try:
# Call prompt service with new simplified format prompt
# Call prompt service with simplified format prompt
extraction_response = await flow("prompt-request").prompt(
id="extract-with-ontologies-v2",
id="extract-with-ontologies",
variables=prompt_variables
)
logger.debug(f"Simplified extraction response: {extraction_response}")