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 c963bf0 commit d672294Copy full SHA for d672294
text_2_sql/autogen/src/autogen_text_2_sql/__init__.py
@@ -1,7 +1,7 @@
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 autogen_text_2_sql.state_store import InMemoryStateStore
+from autogen_text_2_sql.state_store import InMemoryStateStore, CosmosStateStore
5
6
from text_2_sql_core.payloads.interaction_payloads import (
7
UserMessagePayload,
@@ -19,4 +19,5 @@
19
"ProcessingUpdatePayload",
20
"InteractionPayload",
21
"InMemoryStateStore",
22
+ "CosmosStateStore",
23
]
0 commit comments