Skip to content

Commit 5bdab7c

Browse files
committed
Update output
1 parent 525ba1c commit 5bdab7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

text_2_sql/text_2_sql_core/src/text_2_sql_core/structured_outputs/user_message_rewrite_agent.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class UserMessageRewriteAgentOutput(BaseModel):
7-
decomposed_user_messages: list[list[str]]
8-
combination_logic: str
9-
query_type: str
10-
all_non_database_query: bool
7+
"""The output of the user message rewrite agent."""
8+
9+
steps: list[list[str]]
10+
requires_sql_queries: bool

0 commit comments

Comments
 (0)