📈 generalPurposeAgent.ts

This commit is contained in:
nirholas
2026-03-31 10:23:58 +00:00
parent aa9cb122ef
commit 005f8133f9

View File

@@ -32,3 +32,4 @@ export const GENERAL_PURPOSE_AGENT: BuiltInAgentDefinition = {
// model is intentionally omitted - uses getDefaultSubagentModel().
getSystemPrompt: getGeneralPurposeSystemPrompt,
}