From 273fa5415cbda77e85def28275f03ef853fdaf6b Mon Sep 17 00:00:00 2001 From: Mandana Vaziri Date: Fri, 14 Mar 2025 13:38:32 -0400 Subject: [PATCH] Added comment for example Signed-off-by: Mandana Vaziri --- examples/tools/calc.pdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tools/calc.pdl b/examples/tools/calc.pdl index 8ad77b5d2..6af1b93fd 100644 --- a/examples/tools/calc.pdl +++ b/examples/tools/calc.pdl @@ -21,7 +21,7 @@ text: parser: json spec: [{ name: str, arguments: { expr: str }}] parameters: - drop_params: true + drop_params: true # This is needed because the model does not support structured decoding. It directs LiteLLM to ignore parameters sent for structured decoding. - "\n" - if: ${ actions[0].name == "calc" } then: