mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix workflows HIL sample
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user