Unverified Commit dfe10e9d authored by Matri's avatar Matri Committed by GitHub

fix: generate_more_like_this function issue (#722)

parent 60ac915c
...@@ -388,7 +388,6 @@ And answer according to the language of the user's question. ...@@ -388,7 +388,6 @@ And answer according to the language of the user's question.
pre_prompt=pre_prompt, pre_prompt=pre_prompt,
query=message.query, query=message.query,
inputs=message.inputs, inputs=message.inputs,
chain_output=None,
agent_execute_result=None, agent_execute_result=None,
memory=None memory=None
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment