fix: tag owner numbers in system prompt

This commit is contained in:
Peter Steinberger
2025-12-23 14:19:41 +00:00
parent df5284beaf
commit f667d56701
4 changed files with 15 additions and 0 deletions

View File

@@ -885,6 +885,7 @@ export async function getReplyFromConfig(
skillsSnapshot,
prompt: commandBody,
extraSystemPrompt: groupIntro || undefined,
ownerNumbers: ownerList.length > 0 ? ownerList : undefined,
provider,
model,
thinkLevel: resolvedThinkLevel,