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
Found the issue. This occurs when the distillation block is not provided. Chainlite creates its own distillation block without the variables and it triggers error:
I have a use case where the instruction contains variables that are passed using inputs like this:
When i run
chain.ainvoke
, I get the following error:Note that it only complains about
name
and notuser
, which means that variables are not getting passed to the instruction block?The text was updated successfully, but these errors were encountered: