We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeb38c commit ee820b7Copy full SHA for ee820b7
text_2_sql/autogen/utils/llm_agent_creator.py
@@ -13,7 +13,7 @@
13
class LLMAgentCreator:
14
@classmethod
15
def load_agent_file(cls, name):
16
- with open(f"agents/{name.lower()}.yaml", "r") as file:
+ with open(f"llm_agents/{name.lower()}.yaml", "r") as file:
17
file = yaml.safe_load(file)
18
19
return file
0 commit comments