File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ direction LR
224
224
+withHistory(...Message $messages) self
225
225
+usingModel(AiModel $model) self
226
226
+usingSystemInstruction(string|MessagePart[]|Message $systemInstruction) self
227
+ +usingMaxTokens(int $maxTokens) self
227
228
+usingTemperature(float $temperature) self
228
229
+usingTopP(float $topP) self
229
230
+usingTopK(int $topK) self
@@ -377,6 +378,7 @@ direction LR
377
378
+withHistory(...Message $messages) self
378
379
+usingModel(AiModel $model) self
379
380
+usingSystemInstruction(string|MessagePart[]|Message $systemInstruction) self
381
+ +usingMaxTokens(int $maxTokens) self
380
382
+usingTemperature(float $temperature) self
381
383
+usingTopP(float $topP) self
382
384
+usingTopK(int $topK) self
@@ -831,6 +833,7 @@ direction LR
831
833
INPUT_MODALITIES
832
834
OUTPUT_MODALITIES
833
835
CANDIDATE_COUNT
836
+ MAX_TOKENS
834
837
TEMPERATURE
835
838
TOP_K
836
839
TOP_P
You can’t perform that action at this time.
0 commit comments