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:
@@ -27,7 +27,7 @@
|
||||
{
|
||||
"lang": "en",
|
||||
"description": "Web scraping, crawling, search, deep research, and autonomous browsing \u2014 extract content from any website via Firecrawl. Scrape single URLs into clean Markdown, map site structures, crawl entire domains with scheduling, search the web, extract structured data with LLM-powered extraction, and run autonomous research agents. Includes monitoring for crawl changes.",
|
||||
"llm_short_description": "Scrape, crawl, search, research and extract web data via Firecrawl. 26 tools. Requires API key + Node.js."
|
||||
"llm_short_description": "Web scraping, crawling, search, deep research and autonomous browsing (requires API key + Node). 26 tools including: scrape (single URL), crawl (multi-page with webhooks), search, extract (LLM-structured data from pages), agent (autonomous browsing), interact (click/type on pages), research (academic papers), monitoring (track page changes). Best for complex extraction, browser-based content, and deep research."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user