Skip to content

Commit 51ee3db

Browse files
committed
Update lock
1 parent b3d9ece commit 51ee3db

File tree

3 files changed

+16
-23
lines changed

3 files changed

+16
-23
lines changed

text_2_sql/autogen/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ authors = [
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"aiostream>=0.6.4",
12-
"autogen-agentchat==0.4.5",
13-
"autogen-core==0.4.5",
14-
"autogen-ext[azure,openai]==0.4.5",
12+
"autogen-agentchat==0.4.7",
13+
"autogen-core==0.4.7",
14+
"autogen-ext[azure,openai]==0.4.7",
1515
"grpcio>=1.68.1",
1616
"pyyaml>=6.0.2",
1717
"text_2_sql_core",

text_2_sql/autogen/src/autogen_text_2_sql/autogen_text_2_sql.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,7 @@ def termination_condition(self):
8383
termination = (
8484
SourceMatchTermination("answer_agent")
8585
| SourceMatchTermination("answer_with_follow_up_suggestions_agent")
86-
# | TextMentionTermination(
87-
# "[]",
88-
# sources=["user_message_rewrite_agent"],
89-
# )
90-
| TextMentionTermination(
91-
"contains_disambiguation_requests",
92-
sources=["parallel_query_solving_agent"],
93-
)
86+
| TextMentionTermination("contains_disambiguation_requests")
9487
| MaxMessageTermination(5)
9588
)
9689
return termination

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)