Skip to content

Commit d932df5

Browse files
committed
Add common agentic
1 parent 26cd456 commit d932df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text_2_sql/autogen/agentic_text_2_sql.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Licensed under the MIT License.
33
from autogen_agentchat.task import TextMentionTermination, MaxMessageTermination
44
from autogen_agentchat.teams import SelectorGroupChat
5-
from utils.llm_model_creator import LLMModelCreator
6-
from utils.llm_agent_creator import LLMAgentCreator
5+
from llm_model_creator import LLMModelCreator
6+
from llm_agent_creator import LLMAgentCreator
77
import logging
8-
from agents.custom_agents.sql_query_cache_agent import SqlQueryCacheAgent
8+
from custom_agents.sql_query_cache_agent import SqlQueryCacheAgent
99
import json
1010
import os
1111

0 commit comments

Comments
 (0)