Skip to content

Commit 655bd38

Browse files
committed
bug fix for traces
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 6863617 commit 655bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdl/pdl_interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def process_advanced_block_timed(
333333
case ModelBlock():
334334
trace = trace.model_copy(
335335
update={
336-
"pdl__context": lazy_apply(lambda s: s["pdl_context"], scope),
336+
"pdl__context": lazy_apply(lambda s: s["pdl_context"].serialize(SerializeMode.LITELLM), scope), # !!!TODO
337337
}
338338
)
339339
return result, background, scope, trace

0 commit comments

Comments
 (0)