MaxKB/apps/application/flow/compare
shaohuzhang1 6f1c83d287
feat: The judge supports `startsWith` and `endsWith` (#4217)
2025-10-20 10:48:03 +08:00
..
__init__.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00
compare.py
contain_compare.py
end_with.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00
equal_compare.py
ge_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
gt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
is_not_null_compare.py
is_not_true.py
is_null_compare.py fix: The discriminator is empty and the judgment is incorrect (#4166) 2025-10-10 11:07:08 +08:00
is_true.py
le_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
len_equal_compare.py
len_ge_compare.py
len_gt_compare.py
len_le_compare.py
len_lt_compare.py
lt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
not_contain_compare.py
start_with.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00