File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ direction LR
223
223
+withVideoFile(File $file) self
224
224
+withFunctionResponse(FunctionResponse $functionResponse) self
225
225
+withMessageParts(...MessagePart $part) self
226
- +withHistory(Message[] $messages) self
226
+ +withHistory(... Message $messages) self
227
227
+usingModel(AiModel $model) self
228
228
+usingSystemInstruction(string|MessagePart[]|Message $systemInstruction) self
229
229
+usingTemperature(float $temperature) self
@@ -374,7 +374,7 @@ direction LR
374
374
+withVideoFile(File $file) self
375
375
+withFunctionResponse(FunctionResponse $functionResponse) self
376
376
+withMessageParts(...MessagePart $part) self
377
- +withHistory(Message[] $messages) self
377
+ +withHistory(... Message $messages) self
378
378
+usingModel(AiModel $model) self
379
379
+usingSystemInstruction(string|MessagePart[]|Message $systemInstruction) self
380
380
+usingTemperature(float $temperature) self
You can’t perform that action at this time.
0 commit comments