clean code

This commit is contained in:
Jicheng Lu 2024-01-01 13:56:56 -06:00
parent a523cf5047
commit 9980ca3e1d

View file

@ -14,9 +14,4 @@ public class ConversationHistoryState : Dictionary<string, List<HistoryStateValu
this[pair.Key] = pair.Values;
}
}
//public List<StateKeyValue> ToKeyValueList()
//{
// return this.Select(x => new StateKeyValue(x.Key, x.Value)).ToList();
//}
}