Skip to content

Update readme.md: Rename triage_agent to orchestrator_agent for clarity #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SARWAR110786
Copy link

Renamed the agent from triage_agent to orchestrator_agent in the readme.md file to better reflect its functionality and align with the OpenAI Agents SDK terminology. The agent uses the as_tool method to invoke other agents as tools while retaining control of the conversation, which corresponds to the role of an orchestrator agent rather than a triage agent (typically associated with handoffs, where control and full conversation history are transferred). This change improves clarity, ensures consistency with the SDK's conventions, and reduces potential confusion for readers. Updated the agent's name in the code example and its description to maintain consistency throughout the file.

Renamed the agent from `triage_agent` to `orchestrator_agent` in the `readme.md` file to better reflect its functionality and align with the OpenAI Agents SDK terminology. The agent uses the `as_tool` method to invoke other agents as tools while retaining control of the conversation, which corresponds to the role of an orchestrator agent rather than a triage agent (typically associated with handoffs, where control and full conversation history are transferred). This change improves clarity, ensures consistency with the SDK's conventions, and reduces potential confusion for readers. Updated the agent's name in the code example and its description to maintain consistency throughout the file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant