Skip to content

Commit d672294

Browse files
Kristian NylundKristian Nylund
authored andcommitted
-
1 parent c963bf0 commit d672294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text_2_sql/autogen/src/autogen_text_2_sql/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33
from autogen_text_2_sql.autogen_text_2_sql import AutoGenText2Sql
4-
from autogen_text_2_sql.state_store import InMemoryStateStore
4+
from autogen_text_2_sql.state_store import InMemoryStateStore, CosmosStateStore
55

66
from text_2_sql_core.payloads.interaction_payloads import (
77
UserMessagePayload,
@@ -19,4 +19,5 @@
1919
"ProcessingUpdatePayload",
2020
"InteractionPayload",
2121
"InMemoryStateStore",
22+
"CosmosStateStore",
2223
]

0 commit comments

Comments
 (0)