We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8268f commit 6041ebeCopy full SHA for 6041ebe
nemoguardrails/actions/v2_x/generation.py
@@ -457,9 +457,7 @@ async def passthrough_llm_action(
457
458
generation_options: GenerationOptions = generation_options_var.get()
459
460
- generation_llm_params = (
461
- generation_options and generation_options.llm_params
462
- ) or {}
+ generation_llm_params = generation_options and generation_options.llm_params
463
text = await llm_call(
464
llm,
465
user_message,
0 commit comments