deb-python-mistralclient/functionaltests/resources/v2/action_v2_tags.yaml

14 lines
215 B
YAML

---
version: "2.0"
greeting:
description: "This action says 'Hello'"
tags: [tag, tag1]
base: std.echo
base-input:
output: 'Hello, <% $.name %>'
input:
- name
output:
string: <% $.output %>