fix: fix graph promp path in event graph task
This commit is contained in:
parent
140437acf1
commit
e4a5869a43
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue