CCTI:ccti ai prompt.py: 편집 역사

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2026년 6월 1일 (월)

2026년 5월 25일 (월)

  • 최신이전 04:242026년 5월 25일 (월) 04:24Classics 토론 기여 16,601 바이트 +534 편집 요약 없음
  • 최신이전 04:062026년 5월 25일 (월) 04:06Classics 토론 기여 16,067 바이트 +16,067 새 문서: <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" ) #####################...