We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbf6b0 commit 8540b1eCopy full SHA for 8540b1e
examples/basic/agent_lifecycle_example.py
@@ -74,7 +74,7 @@ class FinalResult(BaseModel):
74
75
start_agent = Agent(
76
name="Start Agent",
77
- instructions="Generate a random number. If it's even, stop. If it's odd, hand off to the multipler agent.",
+ instructions="Generate a random number. If it's even, stop. If it's odd, hand off to the multiply agent.",
78
tools=[random_number],
79
output_type=FinalResult,
80
handoffs=[multiply_agent],
0 commit comments