aboutsummaryrefslogtreecommitdiff
path: root/config/wiki/wiki-search.json
blob: 7ebfff6b85b3a1d506fd80b07c89ae6777cc8421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
	"url": "http://127.0.0.1:11434/api/chat",
	"model": "llama3.2",
	"system_prompt": "You are a research assistant. Use the search_engine tool to generate four distinct search queries that will help gather a broad range of information related to the user's query. Each query should focus on a different aspect or angle of the topic.",
	"tools": [
		{
			"type": "function",
			"function": {
				"name": "search_engine",
				"description": "A Wikipedia search engine. Generate four distinct search queries to maximize the spread of search results.",
				"parameters": {
					"type": "object",
					"properties": {
						"queries": {
							"type": "array",
							"items": {
								"type": "string",
								"description": "A distinct search query focusing on a specific aspect of the topic."
							},
							"minItems": 4,
							"maxItems": 4,
							"description": "Four distinct search queries to maximize the spread of search results."
						}
					},
					"required": ["queries"]
				}
			}
		}
	]
}
ArKa projects. All rights to me, and your next child right arm.