Skip to content

Commit 1941871

Browse files
unbreak bad edit
1 parent 5d00372 commit 1941871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/model-result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ export class ModelResult<TTools extends readonly Tool[]> {
482482
* Multiple consumers can iterate over this stream concurrently.
483483
* Includes preliminary tool result events after tool execution.
484484
*/
485-
getFullResponsesStream(): AsyncIterableIterator<ResponseStreamEvent<InferToolEventsUnion<TTools {
485+
getFullResponsesStream(): AsyncIterableIterator<ResponseStreamEvent<InferToolEventsUnion<TTools>>> {
486486
return async function* (this: ModelResult<TTools>) {
487487
await this.initStream();
488488
if (!this.reusableStream) {

0 commit comments

Comments
 (0)