We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a460666 commit 55c4ea0Copy full SHA for 55c4ea0
src/phoenix/trace/dsl/filter.py
@@ -33,7 +33,7 @@
33
)
34
35
EVAL_NAME_PATTERN = re.compile(
36
- r"""\b((annotations|evals)\[(".*?"|'.*?')\])\b"""
+ r"""((annotations|evals)\[(".*?"|'.*?')\])"""
37
38
39
0 commit comments