We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815407d commit 6fb9585Copy full SHA for 6fb9585
packages/ai/lib/methods/chat-session.ts
@@ -73,7 +73,7 @@ export class ChatSession {
73
74
/**
75
* Sends a chat message and receives a non-streaming
76
- * <code>{@link GenerateContentResult}</code>
+ * {@link GenerateContentResult}
77
*/
78
async sendMessage(request: string | Array<string | Part>): Promise<GenerateContentResult> {
79
await this._sendPromise;
@@ -117,7 +117,7 @@ export class ChatSession {
117
118
119
* Sends a chat message and receives the response as a
120
- * <code>{@link GenerateContentStreamResult}</code> containing an iterable stream
+ * {@link GenerateContentStreamResult} containing an iterable stream
121
* and a response promise.
122
123
async sendMessageStream(
0 commit comments