We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82136d7 + 8540b1e commit fad23f1Copy full SHA for fad23f1
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