We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f2287 commit 0398cf4Copy full SHA for 0398cf4
src/pdl/pdl_interpreter.py
@@ -638,7 +638,7 @@ def process_block_body_with_replay(
638
assert isinstance(replay_scope, dict)
639
try:
640
result = replay_scope[block_id]
641
- background = SingletonContext(
+ background: LazyMessages = SingletonContext(
642
PdlDict({"role": state.role, "content": result})
643
)
644
if state.yield_result:
0 commit comments