fix: fix graph promp path in event graph task

This commit is contained in:
hajdul88 2025-08-28 10:55:26 +02:00
parent 140437acf1
commit e4a5869a43

View file

@ -15,7 +15,7 @@ async def extract_event_graph(
llm_config = get_llm_config()
prompt_path = llm_config.graph_prompt_path
prompt_path = llm_config.temporal_graph_prompt_path
# Check if the prompt path is an absolute path or just a filename
if os.path.isabs(prompt_path):