Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo committed Sep 4, 2024
1 parent db70460 commit a771b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbuilder/core/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ def _langchain_run_implement(self, **kwargs):
def _langchain_tool_eval_implement(self, **kwargs):
# NOTE(chengmo): 调用tool_eval方法,并设置 stream=True, 封装成Message返回
kwargs["stream"] = True
kwargs["name"] = ""
kwargs["streaming"] = True
kwargs["name"] = ""
res = self.tool_eval(**kwargs)

final_result = ""
Expand Down

0 comments on commit a771b6a

Please sign in to comment.