ControllerExecutorFlowModule / WikiSearchAtomicFlow.yaml
nbaldwin's picture
new version compatible
5eb5cb9
raw
history blame contribute delete
370 Bytes
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"