# SPDX-License-Identifier: Apache-2.0
nika: v1
workflow: hello
tasks:
  - id: research
    infer: { prompt: "Research" }
  - id: summarize
    infer: { prompt: "Summarize ${{ tasks.research.output }}" }
