项目文件夹

文件

39 行
1.3 KiB
JSON

{
"$schema": "../../../schemas/skill-schemas/skill-locale-config.json",
"actions": {
"run": {
"answers": {
"up": [
"{{ website_name }} is running correctly.",
"{{ website_name }} is working correctly.",
"{{ website_name }} is up."
],
"down": [
"{{ website_name }} is not running correctly.",
"{{ website_name }} is having troubles.",
"{{ website_name }} is down."
],
"checking": [
"I'm checking {{ website_name }} state.",
"I'm trying to reach {{ website_name }}.",
"I am now requesting {{ website_name }}."
],
"errors": [
"There is an issue with the HTTP request for {{ website_name }}. Please verify your local network or if the domain name is correct.",
"Bad news, the HTTP request is having troubles for {{ website_name }}. You should check if the domain name is valid."
],
"invalid_domain_name": [
"Please provide me at least one valid domain name.",
"You did not give me a valid domain name."
]
},
"missing_param_follow_ups": {
"domain": [
"Which domain should I check?",
"What website do you want me to test?"
]
}
}
}
}