Skip to content

Commit 55c4ea0

Browse files
Remove boundary matchers
1 parent a460666 commit 55c4ea0

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)