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
Copy file name to clipboardExpand all lines: guides/mcp-integration/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,13 +326,13 @@ If you loaded sample documents earlier, you can also add a knowledge query tool:
326
326
**Via Web Interface:**
327
327
-**Surveillance and Intelligence**
328
328
- Type: `Knowledge query`
329
-
- Tool ID: `surveillance-and-intelligence`
329
+
- Tool ID: `surveillance_and_intelligence`
330
330
- Name: `search_surveillance_intelligence`
331
331
- Description: `This tool has information about the topics of state surveillance and intelligence gathering. The question should be a natural language question.`
332
332
333
333
**Via CLI:**
334
334
```bash
335
-
tg-set-tool --id surveillance-and-intelligence \
335
+
tg-set-tool --id surveillance_and_intelligence \
336
336
--name "search_surveillance_intelligence" \
337
337
--type knowledge-query --collection default \
338
338
--description "This tool has information about the topics of state surveillance and intelligence gathering. The question should be a natural language question." \
@@ -467,15 +467,15 @@ tg-show-mcp-tools
467
467
468
468
# Configure agent tools (the tools agents can use)
469
469
echo"Configuring agent tools..."
470
-
tg-set-tool --id get_current_time --name "Get the current time" \
0 commit comments