File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export declare class ChatSession
36
36
37
37
| Method | Modifiers | Description |
38
38
| --- | --- | --- |
39
- | [getHistory ()](./vertexai -preview .chatsession .md #chatsessiongethistory ) | | Gets the chat history so far . Blocked prompts are not added to history . Blocked candidates are neither added to history nor are the prompts that generated them . |
39
+ | [getHistory ()](./vertexai -preview .chatsession .md #chatsessiongethistory ) | | Gets the chat history so far . Blocked prompts are not added to history . Neither blocked candidates nor the prompts that generated them are added to history . |
40
40
| [sendMessage (request )](./vertexai -preview .chatsession .md #chatsessionsendmessage ) | | Sends a chat message and receives a non -streaming [GenerateContentResult ](./vertexai -preview .generatecontentresult .md #generatecontentresult_interface ) |
41
41
| [sendMessageStream (request )](./vertexai -preview .chatsession .md #chatsessionsendmessagestream ) | | Sends a chat message and receives the response as a [GenerateContentStreamResult ](./vertexai -preview .generatecontentstreamresult .md #generatecontentstreamresult_interface ) containing an iterable stream and a response promise . |
42
42
You can’t perform that action at this time.
0 commit comments