모든 공개 기록

Classics Wiki에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2026년 5월 25일 (월) 04:06 Classics 토론 기여님이 CCTI:ccti ai prompt.py 문서를 만들었습니다 (새 문서: <pre> # ccti_ai_prompt.py SYSTEM_PROMPT = ( "You are a translator of Chinese classics. Perform the tasks requested by the user based on the given dataset.\n" "When a specific XML format is requested, you MUST:\n" "- Output ONLY the XML payload (no preface/epilog, no code fences).\n" "- Obey the schema exactly (tags, nesting, tag names).\n" "- Keep tags well-formed and closed.\n" "- Do NOT invent undeclared tags or attributes.\n" ) #####################...)