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

Function _system_prompt

agents/wiki-agent/retrieve/answer.py:44–45  ·  view source on GitHub ↗
(response_language: str)

Source from the content-addressed store, hash-verified

42
43
44def _system_prompt(response_language: str) -> str:
45 return SYSTEM_PROMPT_EN if _normalize_response_language(response_language) == "en" else SYSTEM_PROMPT_ZH
46
47
48def _answer_max_tokens() -> int:

Callers 2

answer_questionFunction · 0.85
answer_question_streamFunction · 0.85

Calls 1

Tested by

no test coverage detected