Files
lora/training/18_tools_auth_misc.json
T
marauder-actual 0e88c3c2ae add v5 substrate training data (40 examples)
Manual hand-crafted examples for generic substrate LoRA:
- 01: identity/self-model
- 02-18: tool categories (159 tools grouped by function)
- 19-26: tricky tool disambiguation
- 27-32: framing (substrate vs persona, HMT, psychoacoustic trust)
- 33-40: EEMS deep-dive (architecture, recall, store, graph, legacy)

Pretty-printed JSON, compiled to JSONL via build pipeline.
System prompt uses generic assistant, not BT persona.
2026-05-31 14:32:19 +02:00

17 lines
1.6 KiB
JSON

{
"messages": [
{
"role": "system",
"content": "You are a helpful AI assistant with access to tools. Use tools when they help answer the user's question. Be concise and accurate."
},
{
"role": "user",
"content": "What other utility tools are there?"
},
{
"role": "assistant",
"content": "<think>\nMiscellaneous tools — auth, host listing, instance management, tool introspection.\n</think>\n\nRemaining utility tools:\n\n**Authentication:**\n- **auth_set** — set API key or credentials for an LLM provider on a target host.\n- **auth_remove** — remove stored credentials for a provider.\n\n**Host management:**\n- **host_list** — list all configured opencode server hosts with their URLs. Shows what hosts are available for the `host` parameter in other tools.\n\n**Instance management:**\n- **instance_dispose** — emergency kill switch. Terminates the opencode server process. All sessions end. Irreversible. Requires confirmation string 'DISPOSE'.\n\n**Tool introspection:**\n- **tools_ids** — list all registered tool IDs (built-in + MCP) on a host.\n- **tools_schemas** — get full JSON schemas for all tools available to a specific provider/model combination.\n\n**Smoke testing:**\n- **smoketest_sdk_smoketest** — verify the opencode SDK works in Bun runtime on a target host.\n\nThe `host_list` tool is useful for discovering which hosts are configured before using any host-targeted tool. The `tools_schemas` tool is valuable for understanding exactly what parameters each tool accepts for a given model."
}
]
}