mistral/mistral/tests/resources/action_jinja.yaml

22 lines
298 B
YAML

---
version: "2.0"
greeting:
description: "This action says 'Hello'"
tags: [hello]
base: std.echo
base-input:
output: 'Hello, {{ _.name }}'
input:
- name
output:
string: '{{ _ }}'
farewell:
base: std.echo
base-input:
output: 'Bye!'
output:
info: '{{ _ }}'