chore: format and sync protocol outputs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user