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 aae9205 commit 6dbae76Copy full SHA for 6dbae76
tests/texampleTests.m
@@ -61,8 +61,9 @@ function testUsingDALLEToEditImages(~)
61
UsingDALLEToEditImages;
62
end
63
64
- function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
65
- AnalyzeSentimentinTextUsingChatGPTinJSONMode;
+ function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(testCase)
+ testCase.verifyWarning(@AnalyzeSentimentinTextUsingChatGPTinJSONMode,...
66
+ "llms:warningJsonInstruction");
67
68
69
0 commit comments