Migliorate llm_short_description per tutti i connector — tool names espliciti
Ogni connector.json ora ha una llm_short_description che elenca i tool specifici che espone, così l'LLM sa esattamente cosa attivare (lazy load). SKALD.md: documentata criticità del campo llm_short_description nel system prompt dell'LLM.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
"lang": "en",
|
||||
"description": "Send and read WhatsApp messages from your own linked account. Uses Baileys multi-device protocol \u2014 no browser, no Chromium needed. Link via QR code.",
|
||||
"llm_short_description": "Read and send WhatsApp messages, list chats and search contacts on the user\u2019s linked WhatsApp."
|
||||
"llm_short_description": "WhatsApp messaging: read and send messages, manage chats (free, QR-based). Tools: status (connection check), get_qr (auth via QR code), logout, list_chats, get_messages (per chat, paginated), send_message, send_media (images/documents), download_media, search_messages (full-text), search_contacts. Links to user's WhatsApp Web session."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user