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 26cd456 commit d932df5Copy full SHA for d932df5
text_2_sql/autogen/agentic_text_2_sql.py
@@ -2,10 +2,10 @@
2
# Licensed under the MIT License.
3
from autogen_agentchat.task import TextMentionTermination, MaxMessageTermination
4
from autogen_agentchat.teams import SelectorGroupChat
5
-from utils.llm_model_creator import LLMModelCreator
6
-from utils.llm_agent_creator import LLMAgentCreator
+from llm_model_creator import LLMModelCreator
+from llm_agent_creator import LLMAgentCreator
7
import logging
8
-from agents.custom_agents.sql_query_cache_agent import SqlQueryCacheAgent
+from custom_agents.sql_query_cache_agent import SqlQueryCacheAgent
9
import json
10
import os
11
0 commit comments