Skip to content

Commit d5fbf42

Browse files
authored
fix typo in agent_lifecycle_example.py (openai#161)
2 parents 2cccc61 + dfd8b40 commit d5fbf42

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)