Spaces:
Build error
Build error
File size: 226 Bytes
0827183 |
1 2 3 4 5 6 7 8 9 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class PersistedStateKeys:
def __init__(self):
self.user_state: str = None
self.conversation_state: str = None
|