Skip to content

Commit ae11a63

Browse files
committed
cleanup
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent c289e28 commit ae11a63

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/gsm8k/gsm8k-plan.pdl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,10 @@ defs:
4343
- model: ollama/granite3.2:8b
4444
parser: json
4545
def: result
46+
spec: { "result": float }
4647
fallback:
4748
data:
4849
result: 0
49-
- if: ${ result[0] } # result was a list accidentally
50-
then:
51-
${ result[0] }
52-
fallback:
53-
${ result }
5450

5551
compare_to_ground_truth:
5652
function:

0 commit comments

Comments
 (0)