mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 06:17:29 +08:00
Feat: Export Agent Logs. (#13658)
### What problem does this PR solve? Feat: Export Agent Logs. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -366,6 +366,7 @@ def _load_canvas_module(monkeypatch):
|
||||
get_by_id=lambda *_args, **_kwargs: (True, None),
|
||||
save_or_replace_latest=lambda *_args, **_kwargs: True,
|
||||
build_version_title=lambda *_args, **_kwargs: "stub_version_title",
|
||||
get_latest_version_title=lambda *_args, **_kwargs: "stub_version_title",
|
||||
)
|
||||
monkeypatch.setitem(sys.modules, "api.db.services.user_canvas_version", canvas_version_mod)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user