We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bd225 commit 95ce1d6Copy full SHA for 95ce1d6
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