File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments