Skip to content

Commit 188b4ec

Browse files
committed
bug fix for traces
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 11f4068 commit 188b4ec

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
@@ -332,7 +332,7 @@ def process_advanced_block_timed(
332332
case ModelBlock():
333333
trace = trace.model_copy(
334334
update={
335-
"pdl__context": lazy_apply(lambda s: s["pdl_context"], scope),
335+
"pdl__context": lazy_apply(lambda s: s["pdl_context"].serialize(SerializeMode.LITELLM), scope), # !!!TODO
336336
}
337337
)
338338
return result, background, scope, trace

0 commit comments

Comments
 (0)