This workflow demonstrates the creation of multi-step tasks, particularly for research and summarization purposes.
-
Input Schema:
topic
: The topic to research and summarize.
-
Tools:
web_search
: Integration with a web search provider to gather information.
-
Main Steps:
- Formulate specific research questions about the given topic.
- Perform web searches for each question.
- Extract and evaluate relevant information.
- Summarize the gathered information or provide an overview if insufficient data is found.
- Log the summary and return the final output.
This workflow is ideal for applications that require structured research and information synthesis.