We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c31f00 commit 944a615Copy full SHA for 944a615
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