File size: 370 Bytes
cbb225c 5eb5cb9 cbb225c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
name: WikiSearchAtomicFlow
description: "A Flow that queries the wikipedia API for a page content."
_target_: flow_modules.aiflows.ControllerExecutorFlowModule.WikiSearchAtomicFlow.instantiate_from_default_config
keep_raw_response: false
lang: en
top_k_results: 5
doc_content_chars_max: 3000
input_interface:
- "search_term"
output_interface:
- "wiki_content"
|