You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have the agent not be so pedantic on validating the jobspec.
We are adjusting the prompt to be clear about that.
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Copy file name to clipboardExpand all lines: hpc_mcp/job/validate/prompts.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@
9
9
We need to validate a job specification for correctness.
10
10
11
11
### GOAL
12
-
I need to validate if the following job specification is correct:
12
+
I need to validate if the following job specification is correct. Validity means that the job specification will be accepted by the workload manager and execute:
13
13
14
14
```
15
15
%s
16
16
```
17
17
18
18
### REQUIREMENTS & CONSTRAINTS
19
-
You MUST return a JSON structure with fields for 'valid' (bool) and a list of string 'reasons'. You MAY optionally add a field `issues` with a list of debugging or critique of any code.
19
+
You MUST return a JSON structure with fields for 'valid' (bool) and a list of string 'reasons'. You MAY optionally add a field `issues` with a list of debugging or critique of any code. You MUST assume that defaults for a workload manager are reasonable to translate.
0 commit comments