Skip to content

Commit 6d89d1f

Browse files
committed
update format
1 parent e431b05 commit 6d89d1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/skills/azure-typespec-author/evaluate/evals/002011.eval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stimuli:
1919
In the Widget project, add a checkExistence (HEAD) operation to the existing Employee resource.
2020
name: 002011-arm-add-check-existence-operation
2121
constraints:
22-
max_turns: 6
22+
max_turns: 5
2323
max_tokens: 100000
2424
environment:
2525
files:

.github/skills/azure-typespec-author/evaluate/evals/eval.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,8 @@ stimuli:
13791379
dest: shared.tsp
13801380
- src: ../fixtures/Microsoft.Widget/Widget/tspconfig.yaml
13811381
dest: tspconfig.yaml
1382-
commands:
1383-
- node -e "const fs=require('fs');const t=process.env.FIXTURE_NODE_MODULES;if(t&&fs.existsSync(t)&&!fs.existsSync('node_modules')){fs.symlinkSync(t,'node_modules','junction')}"
1382+
commands:
1383+
- node -e "const fs=require('fs');const t=process.env.FIXTURE_NODE_MODULES;if(t&&fs.existsSync(t)&&!fs.existsSync('node_modules')){fs.symlinkSync(t,'node_modules','junction')}"
13841384
graders:
13851385
- type: tool-calls
13861386
config:

0 commit comments

Comments
 (0)