# SPDX-License-Identifier: Apache-2.0
nika: v1
workflow: hello
vars:
  topic:
    type: text
    required: true
tasks:
  - id: a
    infer: { prompt: "Research ${{ vars.topic }}" }
