mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
test(auto-reply): align rebase type fixes
This commit is contained in:
@@ -32,10 +32,6 @@ export type ModelsProviderData = {
|
||||
/** Map from provider/model to human-readable display name (when different from model ID). */
|
||||
modelNames: Map<string, string>;
|
||||
};
|
||||
type ModelsCommandSessionEntry = Pick<
|
||||
SessionEntry,
|
||||
"authProfileOverride" | "modelProvider" | "model"
|
||||
>;
|
||||
|
||||
/**
|
||||
* Build provider/model data from config and catalog.
|
||||
|
||||
Reference in New Issue
Block a user