mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 03:50:23 +00:00
Agents UI: fix effective model and file hydration
This commit is contained in:
@@ -28,6 +28,16 @@ export const AgentSummarySchema = Type.Object(
|
||||
{ additionalProperties: false },
|
||||
),
|
||||
),
|
||||
workspace: Type.Optional(NonEmptyString),
|
||||
model: Type.Optional(
|
||||
Type.Object(
|
||||
{
|
||||
primary: Type.Optional(NonEmptyString),
|
||||
fallbacks: Type.Optional(Type.Array(NonEmptyString)),
|
||||
},
|
||||
{ additionalProperties: false },
|
||||
),
|
||||
),
|
||||
},
|
||||
{ additionalProperties: false },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user