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
fix: use 'content' instead of 'context' in generate_answer_node_k_level
The PromptTemplate expects 'content' variable but the code was passing
'context', causing KeyError during graph execution.
Fixes#995
Signed-off-by: majiayu000 <1835304752@qq.com>
0 commit comments