1 parent 064d33d commit 204ce4dCopy full SHA for 204ce4d
1 file changed
custom_components/closest_intent/conversation.py
@@ -1194,8 +1194,8 @@ def _format_clashes(clashes: list[dict]) -> str:
1194
lines.append(f"- `{c['pattern']}` matched nothing above threshold")
1195
else:
1196
lines.append(
1197
- f"- {c['pattern']}` is matched as `{c['got_pattern']}`"
1198
- f"`from `{c['got_intent']}` (score {c['score']})"
+ f"- `{c['pattern']}` is matched as `{c['got_pattern']}`"
+ f"from `{c['got_intent']}` (score {c['score']})"
1199
)
1200
sections.append("\n".join(lines))
1201
0 commit comments