mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:30:24 +00:00
Tests: align fixtures with current gateway and model types
This commit is contained in:
@@ -57,7 +57,7 @@ function createHost() {
|
||||
token: "",
|
||||
sessionKey: "main",
|
||||
lastActiveSessionKey: "main",
|
||||
theme: "system",
|
||||
theme: "claw",
|
||||
themeMode: "system",
|
||||
chatFocusMode: false,
|
||||
chatShowThinking: true,
|
||||
@@ -84,12 +84,12 @@ function createHost() {
|
||||
agentsLoading: false,
|
||||
agentsList: null,
|
||||
agentsError: null,
|
||||
toolsCatalogLoading: false,
|
||||
toolsCatalogError: null,
|
||||
toolsCatalogResult: null,
|
||||
healthLoading: false,
|
||||
healthResult: null,
|
||||
healthError: null,
|
||||
toolsCatalogLoading: false,
|
||||
toolsCatalogError: null,
|
||||
toolsCatalogResult: null,
|
||||
debugHealth: null,
|
||||
assistantName: "OpenClaw",
|
||||
assistantAvatar: null,
|
||||
|
||||
Reference in New Issue
Block a user