smart_command
Automate web data retrieval and search tasks by issuing free-form commands; fetches links or searches the web based on user instructions.
Instructions
Perintah bebas: otomatis fetch jika ada link, otomatis search jika ada kata "cari di internet".
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Instruksi bebas dari user |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "Instruksi bebas dari user",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}