Skip to content

Commit 21c27c3

Browse files
authored
Added comment for example (#759)
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 505add6 commit 21c27c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/calc.pdl

+1-1
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)