Skip to content

Commit 6998367

Browse files
committed
change primitive name
1 parent 873f9e3 commit 6998367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sigllm/pipelines/prompter/mistral_prompter_0shot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sigllm.primitives.transformation.format_as_string",
88

99
"sigllm.primitives.prompting.huggingface.HF",
10-
"sigllm.primitives.transformation.parse_anomaly_response",
10+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response",
1111
"sigllm.primitives.transformation.format_as_integer",
1212
"sigllm.primitives.prompting.anomalies.val2idx",
1313
"sigllm.primitives.prompting.anomalies.find_anomalies_in_windows",

sigllm/pipelines/prompter/mistral_prompter_1shot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sigllm.primitives.transformation.format_as_string",
1313

1414
"sigllm.primitives.prompting.huggingface.HF",
15-
"sigllm.primitives.transformation.parse_anomaly_response",
15+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response",
1616
"sigllm.primitives.transformation.format_as_integer",
1717
"sigllm.primitives.prompting.anomalies.val2idx",
1818
"sigllm.primitives.prompting.anomalies.find_anomalies_in_windows",

0 commit comments

Comments
 (0)