Spaces:
Build error
Build error
| { | |
| "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" | |
| } | |