mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: 修复提示词检测引起的compact失败
This commit is contained in:
@@ -163,9 +163,11 @@ user: Where are errors from the client handled?
|
||||
assistant: Clients are marked as failed in the \`connectToServer\` function in src/services/process.ts:712.
|
||||
</example>
|
||||
`
|
||||
const claudeOtherSystemPromptCompact = `You are a helpful AI assistant tasked with summarizing conversations.`
|
||||
|
||||
module.exports = {
|
||||
haikuSystemPrompt,
|
||||
claudeOtherSystemPrompt1,
|
||||
claudeOtherSystemPrompt2
|
||||
claudeOtherSystemPrompt2,
|
||||
claudeOtherSystemPromptCompact
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user