We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b77635 commit a21f1a8Copy full SHA for a21f1a8
1 file changed
packages/agent/src/adapters/claude/session/options.ts
@@ -47,7 +47,6 @@ export interface BuildOptionsParams {
47
effort?: "low" | "medium" | "high" | "max";
48
}
49
50
-
51
export function buildSystemPrompt(
52
customPrompt?: unknown,
53
): Options["systemPrompt"] {
0 commit comments