From d3fa423770022bd872d65ec17a498fe149ecbfd8 Mon Sep 17 00:00:00 2001 From: Mandana Vaziri Date: Tue, 11 Mar 2025 12:56:02 -0400 Subject: [PATCH] added litellm param to ignore structure decoding param in tools example Signed-off-by: Mandana Vaziri --- examples/tools/calc.pdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/tools/calc.pdl b/examples/tools/calc.pdl index 13af952d7..8ad77b5d2 100644 --- a/examples/tools/calc.pdl +++ b/examples/tools/calc.pdl @@ -20,6 +20,8 @@ text: model: replicate/ibm-granite/granite-3.1-8b-instruct parser: json spec: [{ name: str, arguments: { expr: str }}] + parameters: + drop_params: true - "\n" - if: ${ actions[0].name == "calc" } then: