We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eff3a commit 1ed0f7cCopy full SHA for 1ed0f7c
+llms/+utils/errorMessageCatalog.m
@@ -48,7 +48,7 @@
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 history must not be empty.";
50
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.";
+catalog("llms:mustBeMessagesOrTxt") = "Message must be nonempty string, character array, cell array of character vectors, or messageHistory object.";
52
catalog("llms:invalidOptionAndValueForModel") = "'{1}' with value '{2}' is not supported for model ""{3}"".";
53
catalog("llms:invalidOptionForModel") = "Invalid argument name {1} for model ""{2}"".";
54
catalog("llms:invalidContentTypeForModel") = "{1} is not supported for model ""{2}"".";
0 commit comments