Skip to content

Commit 60b7c53

Browse files
panyamkeerthanaowtaylor
authored andcommitted
supervisor: identify testing analyst as Jötnar agent
updated the testing analyst prompt to identify itself as part of Project Jötnar and instruct it to pay attention to comments that tag [~jotnar-project].
1 parent 8bf726a commit 60b7c53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

supervisor/testing_analyst.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ class OutputSchema(BaseModel):
3535

3636
def render_prompt(input: InputSchema) -> str:
3737
template = """
38-
You are an agent that analyzes a RHEL JIRA issue with a fix attached and determines
39-
the state and what needs to be done.
38+
You are the testing analyst agent for Project Jötnar. Comments that tag
39+
[~jotnar-project] in JIRA issues are directed to you and other Jötnar agents
40+
sharing the same account—pay close attention to these.
41+
42+
Your task is to analyze a RHEL JIRA issue with a fix attached and determine
43+
the state of testing and what needs to be done.
4044
4145
JIRA_ISSUE_DATA: {{ issue }}
4246
ERRATUM_DATA: {{ erratum }}

0 commit comments

Comments
 (0)