Skip to content

Commit fd9bf75

Browse files
Update +llms/+utils/errorMessageCatalog.m
Co-authored-by: MiriamScharnke <[email protected]>
1 parent 1c3de4b commit fd9bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+llms/+utils/errorMessageCatalog.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
catalog("llms:mustBeAssistantWithNameAndArguments") = "Field 'function' must be a struct with fields 'name' and 'arguments'.";
4343
catalog("llms:assistantMustHaveTextNameAndArguments") = "Fields 'name' and 'arguments' must be text with one or more characters.";
4444
catalog("llms:mustBeValidIndex") = "Index exceeds the number of array elements. Index must be less than or equal to {1}.";
45-
catalog("llms:removeFromEmptyHistory") = "Cannot remove message from empty message history.";
45+
catalog("llms:removeFromEmptyHistory") = "Unable to remove message from empty message history.";
4646
catalog("llms:stopSequencesMustHaveMax4Elements") = "Number of stop sequences must be less than or equal to 4.";
4747
catalog("llms:endpointMustBeSpecified") = "Unable to find endpoint. Either set environment variable AZURE_OPENAI_ENDPOINT or specify name-value argument ""Endpoint"".";
4848
catalog("llms:deploymentMustBeSpecified") = "Unable to find deployment name. Either set environment variable AZURE_OPENAI_DEPLOYMENT or specify name-value argument ""Deployment"".";

0 commit comments

Comments
 (0)