commit
4f5df7f857
|
|
@ -23,7 +23,7 @@ public class ResponseToUserRoutingHandler : RoutingHandlerBase, IRoutingHandler
|
|||
new ParameterPropertyDef("user_message_in_english",
|
||||
"Translate user message from non-English to English"),
|
||||
new ParameterPropertyDef("language",
|
||||
"Language name detected based on user last message, the name may be English, Spanish or Chinese.",
|
||||
"Language detected based on the latest message that USER sent, could be English, Spanish or Chinese.",
|
||||
required: true),
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class RouteToAgentRoutingHandler : RoutingHandlerBase, IRoutingHandler
|
|||
new ParameterPropertyDef("user_message_in_english",
|
||||
"Translate user message from non-English to English"),
|
||||
new ParameterPropertyDef("language",
|
||||
"Language name detected based on user last message, the name may be English, Spanish or Chinese.",
|
||||
"Language detected based on the latest message that USER sent, could be English, Spanish or Chinese.",
|
||||
required: true),
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{{ text_list }}
|
||||
|
||||
=====
|
||||
Translate the sentences in the list into {{ language }}, output the translated text list.
|
||||
|
||||
Translate the sentences in the list into {{ language }}, only output the translated text in string list [""].
|
||||
Loading…
Reference in a new issue