Skip to content

Commit 66b8504

Browse files
committed
fix
1 parent ba2ad13 commit 66b8504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/run_internal/turn_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def nest_history(data: HandoffInputData, mapper: Any | None = None) -> HandoffIn
410410
)
411411
input_filter, should_nest_history = _resolve_server_managed_handoff_behavior(
412412
handoff=handoff,
413-
from_agent=agent,
413+
from_agent=public_agent,
414414
to_agent=new_agent,
415415
run_config=run_config,
416416
server_manages_conversation=server_manages_conversation,

0 commit comments

Comments
 (0)