We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9980fb commit 497c8b9Copy full SHA for 497c8b9
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