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 6736937 commit 544d271Copy full SHA for 544d271
tests/topenAIChat.m
@@ -77,7 +77,7 @@ function errorsWhenPassingToolChoiceWithEmptyTools(testCase)
77
testCase.verifyError(@()generate(chat,"input", ToolChoice="bla"), "llms:mustSetFunctionsForCall");
78
end
79
80
- function errorsWhenPassingToolChoiceWithNone(testCase)
+ function settingToolChoiceWithNone(testCase)
81
functions = openAIFunction("funName");
82
chat = openAIChat(ApiKey="this-is-not-a-real-key",Tools=functions);
83
testCase.verifyWarningFree(@()generate(chat,"This is okay","ToolChoice","none"));
0 commit comments