Skip to content

Commit 7bed93d

Browse files
Update +llms/+utils/errorMessageCatalog.m
Co-authored-by: Christopher Creutzig <[email protected]>
1 parent d24fa00 commit 7bed93d

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
@@ -46,7 +46,7 @@
4646
catalog("llms:endpointMustBeSpecified") = "Unable to find endpoint. Either set environment variable AZURE_OPENAI_ENDPOINT or specify name-value argument ""Endpoint"".";
4747
catalog("llms:deploymentMustBeSpecified") = "Unable to find deployment name. Either set environment variable AZURE_OPENAI_DEPLOYMENT or specify name-value argument ""Deployment"".";
4848
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.";
5050
catalog("llms:mustSetFunctionsForCall") = "When no functions are defined, ToolChoice must not be specified.";
5151
catalog("llms:mustBeMessagesOrTxt") = "Message must be nonempty string, character array, or messageHistory object.";
5252
catalog("llms:invalidOptionAndValueForModel") = "'{1}' with value '{2}' is not supported for model ""{3}"".";

0 commit comments

Comments
 (0)