mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00

### What problem does this PR solve? https://github.com/infiniflow/ragflow/issues/7908 For the code ` _, out = cpn.output(allow_partial=False)` ` def output(self, allow_partial=True) -> Tuple[str, Union[pd.DataFrame, partial]]: o = getattr(self._param, self._param.output_var_name)` need to call this method But I do not have a full context. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)