Skip to content

Latest commit

 

History

History

multi-step-task

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Multi-Step Task Workflow

This workflow demonstrates the creation of multi-step tasks, particularly for research and summarization purposes.

Workflow Details

  • Input Schema:

    • topic: The topic to research and summarize.
  • Tools:

    • web_search: Integration with a web search provider to gather information.
  • Main Steps:

    1. Formulate specific research questions about the given topic.
    2. Perform web searches for each question.
    3. Extract and evaluate relevant information.
    4. Summarize the gathered information or provide an overview if insufficient data is found.
    5. Log the summary and return the final output.

Usage

This workflow is ideal for applications that require structured research and information synthesis.