Claude: Support the wait tool
This commit is contained in:
parent
5003f5d9bc
commit
f84d37e599
@ -586,6 +586,12 @@
|
|||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
case "wait":
|
||||||
|
{
|
||||||
|
// Wait 2x what the machine expects to compensate for virtualization slowdown
|
||||||
|
await yieldHelper(tool.duration * 2 * 1000);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user