Stephen Hu a0f76b7a4d
Fix: add default output method for ComponentParamBase (#7933)
### 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)
2025-05-29 11:50:01 +08:00
..
2025-02-05 12:04:11 +08:00
2024-12-30 18:38:51 +08:00
2025-05-23 09:48:55 +08:00
2024-12-11 19:23:59 +08:00
2025-05-12 17:15:19 +08:00
2025-01-13 18:19:01 +08:00
2024-12-08 14:21:12 +08:00
2025-04-01 10:37:04 +08:00
2025-02-27 16:15:33 +08:00
2024-12-27 11:38:33 +08:00
2025-01-13 18:19:01 +08:00
2025-05-12 17:15:19 +08:00
2024-08-02 18:51:14 +08:00
2024-09-04 17:53:11 +08:00
2025-01-13 18:19:01 +08:00
2025-01-13 18:19:01 +08:00
2025-01-13 18:19:01 +08:00