Skip to content

Commit 1ed0f7c

Browse files
Apply suggestions from code review
Co-authored-by: Deborah Ferreira <[email protected]>
1 parent 83eff3a commit 1ed0f7c

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
@@ -48,7 +48,7 @@
4848
catalog("llms:keyMustBeSpecified") = "Unable to find API key. Either set environment variable {1} or specify name-value argument ""APIKey"".";
4949
catalog("llms:mustHaveMessages") = "Message history must not be empty.";
5050
catalog("llms:mustSetFunctionsForCall") = "When no functions are defined, ToolChoice must not be specified.";
51-
catalog("llms:mustBeMessagesOrTxt") = "Message must be nonempty string, character array, or messageHistory object.";
51+
catalog("llms:mustBeMessagesOrTxt") = "Message must be nonempty string, character array, cell array of character vectors, or messageHistory object.";
5252
catalog("llms:invalidOptionAndValueForModel") = "'{1}' with value '{2}' is not supported for model ""{3}"".";
5353
catalog("llms:invalidOptionForModel") = "Invalid argument name {1} for model ""{2}"".";
5454
catalog("llms:invalidContentTypeForModel") = "{1} is not supported for model ""{2}"".";

0 commit comments

Comments
 (0)