We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c296 commit 06d6b77Copy full SHA for 06d6b77
beeai/agents/triage_agent.py
@@ -90,6 +90,11 @@ def __init__(self) -> None:
90
ConditionalRequirement(PatchValidatorTool, only_after="get_jira_details"),
91
],
92
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
+ ]
98
)
99
100
@property
0 commit comments