You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"A function name can contain at most one dot separating the skill name from the function name");
25
+
this.Logger.LogError("Invalid function name `{FunctionName}`.",this.Content);
26
+
thrownewSKException($"Invalid function name `{this.Content}`. A function name can contain at most one dot separating the skill name from the function name");
0 commit comments