ControllerExecutorFlowModule / WikiSearchAtomicFlow.yaml
martinjosifoski's picture
First commit.
cbb225c
raw
history blame
258 Bytes
name: WikiSearchAtomicFlow
description: "A Flow that queries the wikipedia API for a page content."
keep_raw_response: false
lang: en
top_k_results: 5
doc_content_chars_max: 3000
input_interface:
- "search_term"
output_interface:
- "wiki_content"