Přidání funkcí z OpenAI API
This commit is contained in:
parent
2d76d82572
commit
9c5e7ae3b4
18
functions/execute_shell_command.json
Normal file
18
functions/execute_shell_command.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "execute_shell_command",
|
||||||
|
"description": "Spustí shellový příkaz a vrátí jeho výstup.",
|
||||||
|
"strict": true,
|
||||||
|
"parameters": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"command": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Shellový příkaz k vykonání."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": [
|
||||||
|
"command"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user