MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _reading_language_notice

Function _reading_language_notice

deployments/desktop/shared/agents.py:2661–2664  ·  view source on GitHub ↗
(response_language: str)

Source from the content-addressed store, hash-verified

2659 if value not in (None, "", [], {}):
2660 lines.append(f"{key}: {json.dumps(value, ensure_ascii=False)}")
2661 lines.extend(["---", "", f"# {title}", "", f"> {status_title}", "", "## 进度" if not is_en else "## Progress", ""])
2662 for step in steps:
2663 text = str(step or "").strip()
2664 if text:
2665 lines.append(f"- {text}")
2666 if error:
2667 lines.extend(["", "## 错误" if not is_en else "## Error", "", f"```text\n{error.strip()}\n```"])

Callers 2

_finish_reading_taskFunction · 0.85

Calls 1

Tested by

no test coverage detected