You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/tools/calc.pdl
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ text:
21
21
parser: json
22
22
spec: [{ name: str, arguments: { expr: str }}]
23
23
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.
0 commit comments