mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 15:23:43 +00:00
Co-authored-by: Onur Solmaz <2453968+osolmaz@users.noreply.github.com>
This commit is contained in:
@@ -93,6 +93,7 @@ describe("sessions tools", () => {
|
||||
expect(schemaProp("sessions_spawn", "thread").type).toBe("boolean");
|
||||
expect(schemaProp("sessions_spawn", "mode").type).toBe("string");
|
||||
expect(schemaProp("sessions_spawn", "sandbox").type).toBe("string");
|
||||
expect(schemaProp("sessions_spawn", "streamTo").type).toBe("string");
|
||||
expect(schemaProp("sessions_spawn", "runtime").type).toBe("string");
|
||||
expect(schemaProp("sessions_spawn", "cwd").type).toBe("string");
|
||||
expect(schemaProp("subagents", "recentMinutes").type).toBe("number");
|
||||
|
||||
Reference in New Issue
Block a user