mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
fix: show provider/model labels in TUI
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { SessionEntry } from "../config/sessions.js";
|
||||
|
||||
export type GatewaySessionsDefaults = {
|
||||
modelProvider: string | null;
|
||||
model: string | null;
|
||||
contextTokens: number | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user