Skip to content

Commit 6fb9585

Browse files
russellwheatleymikehardy
authored andcommitted
chat-session.ts
1 parent 815407d commit 6fb9585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ai/lib/methods/chat-session.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class ChatSession {
7373

7474
/**
7575
* Sends a chat message and receives a non-streaming
76-
* <code>{@link GenerateContentResult}</code>
76+
* {@link GenerateContentResult}
7777
*/
7878
async sendMessage(request: string | Array<string | Part>): Promise<GenerateContentResult> {
7979
await this._sendPromise;
@@ -117,7 +117,7 @@ export class ChatSession {
117117

118118
/**
119119
* Sends a chat message and receives the response as a
120-
* <code>{@link GenerateContentStreamResult}</code> containing an iterable stream
120+
* {@link GenerateContentStreamResult} containing an iterable stream
121121
* and a response promise.
122122
*/
123123
async sendMessageStream(

0 commit comments

Comments
 (0)