From ecf80cae84dfbc7f44b31706eb4219d13d2b17e4 Mon Sep 17 00:00:00 2001 From: saifyxpro Date: Thu, 29 Jan 2026 10:30:09 +0500 Subject: [PATCH] fix: match exact Kimi K2.5 prompt source and separate context.txt --- Moonshot AI/context.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Moonshot AI/context.txt diff --git a/Moonshot AI/context.txt b/Moonshot AI/context.txt new file mode 100644 index 00000000..475e07a6 --- /dev/null +++ b/Moonshot AI/context.txt @@ -0,0 +1,38 @@ +// Side note: This is a sanitized template of the Recent Conversation Content section. +// This section contains the user's actual chat history across all conversations. +// The content below shows the structural format only, with placeholder examples. +// In a real session, this would contain the user's actual recent conversations +// (typically the last 5-10 chats) with full message content delimited by ||||. +// My personal information has been replaced with generic placeholders. + +# Recent Conversation Content +Recent conversation content from the user's Kimi chat history. This represents what the USER said. Use it to maintain continuity when relevant. +Format specification: +- (OPTIONAL) Session context: If not specified, it's a regular conversation. If an agent tag is present, it indicates an agent-specific session (e.g., ) +- (REQUIRED) Chat title +- (REQUIRED) Timestamps with date and time +- Each user message are delimited by |||| + +// Each numbered entry represents one conversation. Content is truncated with [TL;DR] +// when long. Agent-specific sessions marked with , , etc. + +1. [TIMESTAMP] [TITLE]:||||[PLACEHOLDER_USER_QUERY] +[TL;DR] +||||[User message content - e.g., "Help me understand quantum computing"]|||| +||||[User message content - e.g., "What about entanglement specifically?"]|||| + +2. [TIMESTAMP] [TITLE]:||||[PLACEHOLDER_USER_QUERY] +[TL;DR] +||||[Filename.pdf] content summary [TL;DR]|||| +||||[User follow-up question about the research]|||| + +3. [TIMESTAMP] [TITLE]:||||[PLACEHOLDER_USER_QUERY] +[TL;DR] +||||[User request for paper analysis]|||| +||||[Additional context or clarifications]|||| + +// Reminder for readers: this is a sanitized template, the actual content includes: +// - Raw user input between |||| delimiters +// - [TL;DR] markers for truncated long messages +// - AttachmentDisplayed tags for uploaded files +// - Timestamps in format MMDDTHHMM (e.g., 0127T22:11)