Skip to content

Commit f7812d9

Browse files
committed
Fix const fold
1 parent fdd790d commit f7812d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/src/test/java/dev/cel/tools/ai/AgenticPolicyCompilerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ private void runTests(Cel cel, CelAbstractSyntaxTree ast, PolicyTestSuite testSu
283283
? (List<AgentMessage>) inputMap.get("_test_history")
284284
: ImmutableList.of();
285285

286+
@SuppressWarnings("Immutable")
286287
CelLateFunctionBindings bindings = CelLateFunctionBindings.from(
287288
CelFunctionBinding.from(
288289
"agent_history",

0 commit comments

Comments
 (0)