fix: inject group activation in system prompt

This commit is contained in:
Peter Steinberger
2025-12-23 13:32:07 +00:00
parent 96d57a18ee
commit cba12a1abd
7 changed files with 81 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ export type SessionEntry = {
thinkingLevel?: string;
verboseLevel?: string;
groupActivation?: "mention" | "always";
groupActivationNeedsSystemIntro?: boolean;
inputTokens?: number;
outputTokens?: number;
totalTokens?: number;