mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 12:41:02 +02:00
Switch prompt name to the original prompt
This commit is contained in:
parent
a117fc032a
commit
1069a0d987
1 changed files with 2 additions and 2 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue