feat: add sessions tools and send policy

This commit is contained in:
Peter Steinberger
2026-01-03 23:44:38 +01:00
parent 919d5d1dbb
commit e7c9b9a749
24 changed files with 1304 additions and 4 deletions

View File

@@ -40,10 +40,18 @@ export type GatewaySessionList = {
updatedAt?: number | null;
thinkingLevel?: string;
verboseLevel?: string;
sendPolicy?: string;
model?: string;
contextTokens?: number | null;
totalTokens?: number | null;
displayName?: string;
surface?: string;
room?: string;
space?: string;
subject?: string;
chatType?: string;
lastChannel?: string;
lastTo?: string;
}>;
};