Skip to content

Commit fad23f1

Browse files
authored
fix typo in agent_lifecycle_example.py (#161)
2 parents 82136d7 + 8540b1e commit fad23f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/agent_lifecycle_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class FinalResult(BaseModel):
7474

7575
start_agent = Agent(
7676
name="Start Agent",
77-
instructions="Generate a random number. If it's even, stop. If it's odd, hand off to the multipler agent.",
77+
instructions="Generate a random number. If it's even, stop. If it's odd, hand off to the multiply agent.",
7878
tools=[random_number],
7979
output_type=FinalResult,
8080
handoffs=[multiply_agent],

0 commit comments

Comments
 (0)