Skip to content

Commit d3fa423

Browse files
committed
added litellm param to ignore structure decoding param in tools example
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent b1d3a13 commit d3fa423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/tools/calc.pdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ text:
2020
model: replicate/ibm-granite/granite-3.1-8b-instruct
2121
parser: json
2222
spec: [{ name: str, arguments: { expr: str }}]
23+
parameters:
24+
drop_params: true
2325
- "\n"
2426
- if: ${ actions[0].name == "calc" }
2527
then:

0 commit comments

Comments
 (0)