Skip to content

Commit cfdbec7

Browse files
authored
Update doc block descriptions.
1 parent 94b74fd commit cfdbec7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/Results/DTO/GenerativeAiResult.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ public function hasMultipleCandidates(): bool
199199
}
200200

201201
/**
202-
* Converts the first content candidate to text.
202+
* Converts the first candidate to text.
203+
*
204+
* Only text from the content channel is considered. Text within model thought or reasoning is ignored.
203205
*
204206
* @since 0.1.0
205207
*
@@ -221,7 +223,9 @@ public function toText(): string
221223
}
222224

223225
/**
224-
* Converts the first content candidate to a file.
226+
* Converts the first candidate to a file.
227+
*
228+
* Only files from the content channel are considered. Files within model thought or reasoning are ignored.
225229
*
226230
* @since 0.1.0
227231
*
@@ -318,7 +322,7 @@ public function toMessage(): Message
318322
}
319323

320324
/**
321-
* Converts all content candidates to a text array.
325+
* Converts all candidates to text.
322326
*
323327
* @since 0.1.0
324328
*

0 commit comments

Comments
 (0)