Skip to content

Commit ee820b7

Browse files
committed
Update path
1 parent 8aeb38c commit ee820b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_2_sql/autogen/utils/llm_agent_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class LLMAgentCreator:
1414
@classmethod
1515
def load_agent_file(cls, name):
16-
with open(f"agents/{name.lower()}.yaml", "r") as file:
16+
with open(f"llm_agents/{name.lower()}.yaml", "r") as file:
1717
file = yaml.safe_load(file)
1818

1919
return file

0 commit comments

Comments
 (0)