wiki_tool_use / tool_config.json
SiliangZ's picture
Upload tool
59324d3 verified
raw
history blame contribute delete
376 Bytes
{
"description": "This is a tool that returns the top result from the Wikipedia KILT index.",
"inputs": {
"query": {
"description": "The search query to find information from Wikipedia",
"type": "string"
}
},
"name": "pyserini_wikipedia_kilt_doc",
"output_type": "string",
"tool_class": "pyserini_wikipedia_kilt_doc.PyseriniWikipediaKiltDoc"
}