We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8772e1f commit 56cb033Copy full SHA for 56cb033
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