clean code
This commit is contained in:
parent
a523cf5047
commit
9980ca3e1d
|
|
@ -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();
|
||||
//}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue