summaryrefslogtreecommitdiffhomepage
path: root/js/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/index.ts')
-rw-r--r--js/src/index.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/js/src/index.ts b/js/src/index.ts
index df6c0aee2..1f6c7ae26 100644
--- a/js/src/index.ts
+++ b/js/src/index.ts
@@ -101,22 +101,6 @@ cli
},
],
});
- await Session.summarize({
- sessionID: session.id,
- providerID,
- modelID,
- });
- await Session.chat({
- sessionID: session.id,
- providerID,
- modelID,
- parts: [
- {
- type: "text",
- text: "This is a test message",
- },
- ],
- });
for (const part of result.parts) {
if (part.type === "text") {