You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-api/src/chat-stream.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ export class ChatStreamer {
61
61
}
62
62
63
63
/**
64
-
* Append to a stream.
64
+
* Append to the stream.
65
65
*
66
66
* @description The "append" method appends to the chat stream being used. This method can be called multiple times. After the stream is stopped this method cannot be called.
67
67
* @example
@@ -106,7 +106,7 @@ export class ChatStreamer {
106
106
}
107
107
108
108
/**
109
-
* Stop a stream.
109
+
* Stop the stream and finalize the message.
110
110
*
111
111
* @description The "stop" method stops the chat stream being used. This method can be called once to end the stream. Additional "blocks" and "metadata" can be provided.
0 commit comments