python-mistralclient/functionaltests/resources/v2/action_v2.yaml

21 lines
292 B
YAML

---
version: "2.0"
greeting:
description: "This action says 'Hello'"
base: std.echo
base-input:
output: 'Hello, <% $.name %>'
input:
- name
output:
string: <% $.output %>
farewell:
base: std.echo
base-input:
output: 'Bye!'
output:
info: <% $.output %>