Skip to content

Commit

Permalink
[Nit] Fix a typo (openai#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
wi-ski authored Oct 15, 2024
1 parent 8184542 commit da020da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/airline/configs/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def transfer_to_lost_baggage():


def transfer_to_triage():
"""Call this function when a user needs to be transferred to a differnt agent and a different policy.
"""Call this function when a user needs to be transferred to a different agent and a different policy.
For instance, if a user is asking about a topic that is not handled by the current agent, call this function.
"""
return triage_agent
Expand Down

0 comments on commit da020da

Please sign in to comment.