mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:31:23 +00:00
chore: Fix TypeScript errors 1/n.
This commit is contained in:
@@ -221,7 +221,7 @@ export function createSessionsSpawnTool(opts?: {
|
||||
const childIdem = crypto.randomUUID();
|
||||
let childRunId: string = childIdem;
|
||||
try {
|
||||
const response = await callGateway({
|
||||
const response = await callGateway<{ runId: string }>({
|
||||
method: "agent",
|
||||
params: {
|
||||
message: task,
|
||||
|
||||
Reference in New Issue
Block a user