Skip to content

Commit 67e3ef4

Browse files
xion-chokimohiomanbo
authored andcommitted
fix: correct name typo from 'asigned' to 'assigned'
Signed-off-by: Changho Kim <[email protected]>
1 parent 2309b14 commit 67e3ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-vertex-ai-gemini/src/main/java/org/springframework/ai/vertexai/gemini/VertexAiGeminiChatModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public Flux<ChatResponse> internalStream(Prompt prompt, ChatResponse previousCha
547547

548548
protected List<Generation> responseCandidateToGeneration(Candidate candidate) {
549549

550-
// TODO - The candidateIndex (e.g. choice must be asigned to the generation).
550+
// TODO - The candidateIndex (e.g. choice must be assigned to the generation).
551551
int candidateIndex = candidate.getIndex();
552552
FinishReason candidateFinishReason = candidate.getFinishReason();
553553

0 commit comments

Comments
 (0)