[AB-xxx] adding templates for currency conversion

This commit is contained in:
Sheldan
2025-01-15 22:15:27 +01:00
parent 733340cd0a
commit f7cbf5df4a
10 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"embeds": [
{
<#assign sourceValue=sourceValue>
<#assign sourceCurrency=sourceCurrency.code>
<#assign targetValue=targetValue>
<#assign targetCurrency=targetCurrency.code>
"description": "<@safe_include "convertCurrency_response_text"/>"
}
]
}

View File

@@ -0,0 +1 @@
<#include "currency_conversion_currency_not_found_exception_text">

View File

@@ -0,0 +1 @@
${sourceValue} ${sourceCurrency} is ${targetValue} ${targetCurrency}.

View File

@@ -0,0 +1 @@
Uses a web API to convert money between different currencies.