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 0c39714 commit be290e2Copy full SHA for be290e2
text_2_sql/autogen/src/autogen_text_2_sql/__init__.py
@@ -1,6 +1,19 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
from autogen_text_2_sql.autogen_text_2_sql import AutoGenText2Sql
4
-from text_2_sql_core.payloads.interaction_payloads import UserMessagePayload
+from text_2_sql_core.payloads.interaction_payloads import (
5
+ UserMessagePayload,
6
+ DismabiguationRequestsPayload,
7
+ AnswerWithSourcesPayload,
8
+ ProcessingUpdatePayload,
9
+ InteractionPayload,
10
+)
11
-__all__ = ["AutoGenText2Sql", "UserMessagePayload"]
12
+__all__ = [
13
+ "AutoGenText2Sql",
14
+ "UserMessagePayload",
15
+ "DismabiguationRequestsPayload",
16
+ "AnswerWithSourcesPayload",
17
+ "ProcessingUpdatePayload",
18
+ "InteractionPayload",
19
+]
0 commit comments