- Changed label for specialist_name to chatbot name ==> more logical

- Bug in unique name for catalogs
This commit is contained in:
Josako
2025-06-09 16:06:41 +02:00
parent c4dcd6a0d3
commit 199cf94cf2
3 changed files with 9 additions and 6 deletions

View File

@@ -11,9 +11,9 @@ arguments:
type: "str"
required: true
specialist_name:
name: "Specialist Name"
description: "The name the specialist will be called upon"
type: str
name: "Chatbot Name"
description: "The name of the chatbot."
type: "str"
required: true
role_reference:
name: "Role Reference"

View File

@@ -11,8 +11,8 @@ arguments:
type: "str"
required: true
specialist_name:
name: "Specialist Name"
description: "The name the specialist will be called upon"
name: "Chatbot Name"
description: "The name of the chatbot."
type: "str"
required: true
make: