@@ -4,7 +4,7 @@ export function createRuntimeTools({ computer } = {}) {
|
||||
return [
|
||||
{
|
||||
name: 'jarvis_status',
|
||||
description: 'Return the local Jarvis QVAC master status. Never claim cloud access.',
|
||||
description: 'Return the local Jarvis QuantumVerse Automatic Computer master status.',
|
||||
parameters: { type: 'object', properties: {} },
|
||||
execute: () => ({
|
||||
local: true,
|
||||
@@ -14,7 +14,7 @@ export function createRuntimeTools({ computer } = {}) {
|
||||
},
|
||||
{
|
||||
name: 'cu_status',
|
||||
description: 'Return whether the explicit computer-use grant is active and its step budget.',
|
||||
description: 'Return whether the user pressed Allow now for computer use, and the remaining step budget.',
|
||||
parameters: { type: 'object', properties: {} },
|
||||
execute: () => computer?.status?.() || { active: false, backend: 'none' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user