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.
FunctionNames
1 parent 4bd315c commit fa9f06eCopy full SHA for fa9f06e
+llms/+internal/hasTools.m
@@ -3,6 +3,11 @@
3
4
% Copyright 2023-2024 The MathWorks, Inc.
5
6
+ properties (SetAccess=protected)
7
+ %FunctionNames Names of the functions that the model can request calls
8
+ FunctionNames
9
+ end
10
+
11
properties (Access=protected)
12
Tools
13
FunctionsStruct
+llms/+internal/textGenerator.m
@@ -18,9 +18,6 @@
18
%TimeOut Connection timeout in seconds (default 10 secs)
19
TimeOut
20
21
- %FunctionNames Names of the functions that the model can request calls
22
- FunctionNames
23
-
24
%SystemPrompt System prompt.
25
SystemPrompt = []
26
0 commit comments