Skip to content

Commit bc1c516

Browse files
Remove boundary matchers
1 parent c1268b7 commit bc1c516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phoenix/trace/dsl/filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
EVAL_NAME_PATTERN = re.compile(
36-
r"""\b((annotations|evals)\[(".*?"|'.*?')\])\b"""
36+
r"""((annotations|evals)\[(".*?"|'.*?')\])"""
3737
)
3838

3939

0 commit comments

Comments
 (0)