Fix workflows HIL sample

This commit is contained in:
Tao Chen
2026-03-30 11:56:44 -07:00
Unverified
parent 120a9f4c42
commit bfd2f671d5
@@ -173,7 +173,9 @@ async def main() -> None:
),
name="writer_agent",
instructions=("You are a marketing writer."),
tool_choice="required",
default_options={
"tool_choice": "required",
},
)
final_editor_agent = Agent(