We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c34815 commit 50cbe1bCopy full SHA for 50cbe1b
1 file changed
packages/agent/src/adapters/claude/session/options.ts
@@ -46,7 +46,6 @@ export interface BuildOptionsParams {
46
onProcessExited?: (pid: number) => void;
47
}
48
49
-
50
export function buildSystemPrompt(
51
customPrompt?: unknown,
52
): Options["systemPrompt"] {
0 commit comments