Skip to content

Commit 306e9a7

Browse files
committed
Fix runtime
1 parent 6617b89 commit 306e9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/agenta/sdk/workflows/builtin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,13 @@ def auto_custom_code_run(
166166
#
167167
correct_answer_key: Optional[str] = "correct_answer",
168168
threshold: Optional[float] = 0.5,
169+
runtime: Optional[str] = "python",
169170
) -> Workflow:
170171
parameters = dict(
171172
code=code,
172173
correct_answer_key=correct_answer_key,
173174
threshold=threshold,
175+
runtime=runtime,
174176
)
175177

176178
return evaluator(

0 commit comments

Comments
 (0)