cohit's picture
Upload folder using huggingface_hub
0827183 verified
raw
history blame contribute delete
226 Bytes
# 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