Přidat funcitons/get_system_load.json

This commit is contained in:
sinuhet 2025-03-20 02:39:51 +01:00
parent 9c5e7ae3b4
commit 054db0753d

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": []
}
}