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
Copy file name to clipboardExpand all lines: +llms/+utils/errorMessageCatalog.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
catalog("llms:endpointMustBeSpecified") ="Unable to find endpoint. Either set environment variable AZURE_OPENAI_ENDPOINT or specify name-value argument ""Endpoint"".";
47
47
catalog("llms:deploymentMustBeSpecified") ="Unable to find deployment name. Either set environment variable AZURE_OPENAI_DEPLOYMENT or specify name-value argument ""Deployment"".";
48
48
catalog("llms:keyMustBeSpecified") ="Unable to find API key. Either set environment variable {1} or specify name-value argument ""APIKey"".";
49
-
catalog("llms:mustHaveMessages") ="Message must not be empty.";
49
+
catalog("llms:mustHaveMessages") ="Message history must not be empty.";
50
50
catalog("llms:mustSetFunctionsForCall") ="When no functions are defined, ToolChoice must not be specified.";
51
51
catalog("llms:mustBeMessagesOrTxt") ="Message must be nonempty string, character array, or messageHistory object.";
52
52
catalog("llms:invalidOptionAndValueForModel") ="'{1}' with value '{2}' is not supported for model ""{3}"".";
0 commit comments