minor change

This commit is contained in:
Jicheng Lu 2024-07-09 02:38:12 -05:00
parent d4ff9e0308
commit 423ed95206

View file

@ -21,7 +21,7 @@ public class ConversationFilter
/// <summary>
/// Check whether each key in the list is in the conversation states and its value equals to target value if not empty
/// </summary>
public List<KeyValue> States { get; set; } = new List<KeyValue>();
public IEnumerable<KeyValue> States { get; set; } = new List<KeyValue>();
}
public class KeyValue