chore: format and sync protocol outputs

This commit is contained in:
Peter Steinberger
2026-01-16 03:30:56 +00:00
parent a5d8f89b53
commit abcca86e4e
18 changed files with 117 additions and 95 deletions

View File

@@ -34,7 +34,11 @@ export type GatewaySessionList = {
ts: number;
path: string;
count: number;
defaults?: { model?: string | null; modelProvider?: string | null; contextTokens?: number | null };
defaults?: {
model?: string | null;
modelProvider?: string | null;
contextTokens?: number | null;
};
sessions: Array<{
key: string;
sessionId?: string;