From 7e9d19d4209d7519d0b64ae6b80939ea1e79ad5a Mon Sep 17 00:00:00 2001 From: Christina Tong Date: Wed, 4 Feb 2026 11:09:09 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ce9fac..bd93e2a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ for await (const msg of session.stream()) { } ``` -By default, `resumeSession(agentId)` continues the agent’s most recent conversation. To start a fresh thread, use `createSession(agentId)` (see docs). +By default, `resumeSession(agentId)` continues the agent’s default conversation. To start a fresh thread, use `createSession(agentId)` (see docs). ## Links @@ -56,4 +56,4 @@ By default, `resumeSession(agentId)` continues the agent’s most recent convers --- -Made with 💜 in San Francisco \ No newline at end of file +Made with 💜 in San Francisco