You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--description "Fetches the current Tesla vehicle price list. This contains information such as model, current price, and notes that are relevant"
303
306
```
@@ -310,13 +313,13 @@ If you loaded sample documents earlier, you can also add a knowledge query tool:
310
313
-**Surveillance and Intelligence**
311
314
- Type: `Knowledge query`
312
315
- Tool ID: `surveillance-and-intelligence`
313
-
- Name: `Search the surveillance and intelligence knowledge base`
316
+
- Name: `search_surveillance_intelligence_kb`
314
317
- Description: `This tool has information about the topics of state surveillance and intelligence gathering. The question should be a natural language question.`
315
318
316
319
**Via CLI:**
317
320
```bash
318
321
tg-set-tool --id surveillance-and-intelligence \
319
-
--name "Search the surveillance and intelligence knowledge base" \
322
+
--name "search_surveillance_intelligence_kb" \
320
323
--type knowledge-query --collection default \
321
324
--description "This tool has information about the topics of state surveillance and intelligence gathering. The question should be a natural language question." \
322
325
--argument query:string:"Natural language question about surveillance and intelligence"
0 commit comments