dify/api/core/ops
-LAN- cdcc0c1a15 refactor(workflow): improve handling of outputs and inputs
- Use empty dictionaries instead of None for default outputs and inputs.
- Replace manual json loads with dedicated getter methods for inputs and outputs.
- Ensure type hints for converted input and output dictionaries.
- Improve code readability and reduce potential null errors.
2024-10-16 17:28:02 +08:00
..
entities refactor(ops): Optimize the iteration for filter_none_values and use logging.error to record logs when an exception occurs (#8461) 2024-09-21 22:56:37 +08:00
langfuse_trace chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
langsmith_trace chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
__init__.py feat: add ops trace (#5483) 2024-06-26 17:33:29 +08:00
base_trace_instance.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
ops_trace_manager.py refactor(workflow): improve handling of outputs and inputs 2024-10-16 17:28:02 +08:00
utils.py refactor(ops): Optimize the iteration for filter_none_values and use logging.error to record logs when an exception occurs (#8461) 2024-09-21 22:56:37 +08:00