We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b23da commit 8ae9adbCopy full SHA for 8ae9adb
src/semantic-router/pkg/utils/fusion/example_test.go
@@ -137,7 +137,7 @@ func Example_complexExpressions() {
137
Rules: []Rule{
138
{
139
Name: "multi-signal-consensus",
140
- Condition: "keyword.kubernetes.matched && keyword.security.matched && similarity.infrastructure.score > 0.8 && bert.category.value == \"computer science\"",
+ Condition: "keyword.kubernetes.matched && keyword.security.matched && similarity.infrastructure.score > 0.8 && bert.category.value == 'computer science'",
141
Action: ActionRoute,
142
Priority: 50,
143
Models: []string{"k8s-security-expert"},
0 commit comments