Skip to content

Commit e356682

Browse files
committed
validate: prompt
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>
1 parent e921cc4 commit e356682

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hpc_mcp/job/validate/prompts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
We need to validate a job specification for correctness.
1010
1111
### 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:
1313
1414
```
1515
%s
1616
```
1717
1818
### 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.
2020
2121
### INSTRUCTIONS
2222
1. Analyze the provided script above.

hpc_mcp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.18"
1+
__version__ = "0.0.19"
22
AUTHOR = "Vanessa Sochat"
33
AUTHOR_EMAIL = "vsoch@users.noreply.github.com"
44
NAME = "hpc-mcp"

0 commit comments

Comments
 (0)