Skip to content

Commit e0d60dd

Browse files
committed
Cleanup
1 parent e7701e9 commit e0d60dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Providers/Gemini/Handlers/Text.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ protected function addStep(array $data, Request $request, FinishReason $finishRe
192192
}
193193

194194
/**
195-
* Extract only the regular text content (non-thought parts).
196-
*
197195
* @param array<string, mixed> $data
198196
*/
199197
protected function extractTextContent(array $data): string
@@ -212,8 +210,6 @@ protected function extractTextContent(array $data): string
212210
}
213211

214212
/**
215-
* Extract thought summaries from the response.
216-
*
217213
* @param array<string, mixed> $data
218214
* @return array<int, string>
219215
*/
@@ -233,8 +229,6 @@ protected function extractThoughtSummaries(array $data): array
233229
}
234230

235231
/**
236-
* Check if the response contains tool calls in any part.
237-
*
238232
* @param array<string, mixed> $data
239233
*/
240234
protected function hasToolCalls(array $data): bool

0 commit comments

Comments
 (0)