Skip to content

Commit 06d6b77

Browse files
committed
Set role and instructions for triaging agent
1 parent be0c296 commit 06d6b77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

beeai/agents/triage_agent.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ def __init__(self) -> None:
9090
ConditionalRequirement(PatchValidatorTool, only_after="get_jira_details"),
9191
],
9292
middlewares=[GlobalTrajectoryMiddleware(pretty=True)],
93+
role="Red Hat Enterprise Linux developer",
94+
instructions=[
95+
"Use the `think` tool to reason through complex decisions and document your approach.",
96+
"Be proactive in your search for fixes and do not give up easily.",
97+
]
9398
)
9499

95100
@property

0 commit comments

Comments
 (0)