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
@@ -41,7 +41,7 @@
41
41
catalog("llms:mustBeAssistantWithIdAndFunction") ="Field 'tool_call' must be a struct with fields 'id' and 'function'.";
42
42
catalog("llms:mustBeAssistantWithNameAndArguments") ="Field 'function' must be a struct with fields 'name' and 'arguments'.";
43
43
catalog("llms:assistantMustHaveTextNameAndArguments") ="Fields 'name' and 'arguments' must be text with one or more characters.";
44
-
catalog("llms:mustBeValidIndex") ="Value is larger than the number of elements in Messages ({1}).";
44
+
catalog("llms:mustBeValidIndex") ="Index exceeds the number of array elements. Index must be less than or equal to ({1}).";
45
45
catalog("llms:stopSequencesMustHaveMax4Elements") ="Number of elements must not be larger than 4.";
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"".";
0 commit comments