Přidat functions/get_system_load.json

This commit is contained in:
sinuhet 2025-03-20 02:41:02 +01:00
parent 1e1890b7e9
commit e0f597f21a

View File

@ -0,0 +1,11 @@
{
"name": "get_system_load",
"description": "Získá aktuální zátěž systému (load average).",
"strict": true,
"parameters": {
"type": "object",
"properties": {},
"additionalProperties": false,
"required": []
}
}