mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: 适配Claude agent-sdk转发
This commit is contained in:
@@ -74,6 +74,11 @@ const PROMPT_DEFINITIONS = {
|
||||
title: 'Claude Agent SDK System Prompt',
|
||||
text: "You are a Claude agent, built on Anthropic's Claude Agent SDK."
|
||||
},
|
||||
claudeOtherSystemPrompt4: {
|
||||
category: 'system',
|
||||
title: 'Claude Code Compact System Prompt Agent SDK2',
|
||||
text: "You are Claude Code, Anthropic's official CLI for Claude, running within the Claude Agent SDK."
|
||||
},
|
||||
claudeOtherSystemPromptCompact: {
|
||||
category: 'system',
|
||||
title: 'Claude Code Compact System Prompt',
|
||||
|
||||
Reference in New Issue
Block a user