Skip to content

Commit 7a3c21b

Browse files
committed
Update generate_answer_node.py
1 parent 1b7ac7c commit 7a3c21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/generate_answer_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def execute(self, state: dict) -> dict:
121121
answer = chain.invoke({"question": user_prompt})
122122
break
123123

124-
prompt = PromptTemplate(
124+
prompt = PromptTemplate(
125125
template=template_chunks_prompt,
126126
input_variables=["question"],
127127
partial_variables={"context": chunk,

0 commit comments

Comments
 (0)