We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298d02c commit a1bedcdCopy full SHA for a1bedcd
src/models/chat_session.ts
@@ -142,7 +142,7 @@ export class ChatSession {
142
return Promise.resolve(generateContentResult);
143
}
144
145
- async appendHistory(
+ private async appendHistory(
146
streamGenerateContentResultPromise: Promise<StreamGenerateContentResult>,
147
newContent: Content[]
148
): Promise<void> {
@@ -308,7 +308,7 @@ export class ChatSessionPreview {
308
309
310
311
312
313
314
0 commit comments