Skip to content

Commit 273fa54

Browse files
committed
Added comment for example
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 505add6 commit 273fa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/calc.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ text:
2121
parser: json
2222
spec: [{ name: str, arguments: { expr: str }}]
2323
parameters:
24-
drop_params: true
24+
drop_params: true # This is needed because the model does not support structured decoding. It directs LiteLLM to ignore parameters sent for structured decoding.
2525
- "\n"
2626
- if: ${ actions[0].name == "calc" }
2727
then:

0 commit comments

Comments
 (0)