Skip to content

Commit daff127

Browse files
committed
fix(showcase): use uuid explicit thread demo id
1 parent 2bef4ba commit daff127

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

showcase/integrations/langgraph-python/qa/threadid-frontend-tool-roundtrip.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ thread active across a frontend tool call and follow-up run.
1616
`label: X` and `result: handled X`.
1717
- [ ] Verify the assistant reply `Frontend tool finished for X.` appears.
1818
- [ ] Verify the chat does not return to the empty state.
19-
- [ ] Check `Explicit threadId`, send the same prompt again, and verify the
20-
same message/tool/reply persistence behavior.
19+
- [ ] Refresh the page or open a new tab, check `Explicit threadId` before
20+
sending any message, send the same prompt again, and verify the same
21+
message/tool/reply persistence behavior.
22+
- [ ] Optionally toggle `Explicit threadId` after a generated-thread
23+
conversation and verify the chat switches to the explicit thread's
24+
history. An empty explicit thread on first use is expected.
2125

2226
## Automated Coverage
2327

showcase/integrations/langgraph-python/src/app/demos/threadid-frontend-tool-roundtrip/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { z } from "zod";
1111

1212
const AGENT_ID = "threadid-frontend-tool-roundtrip";
13-
const FIXED_THREAD_ID = "ent-658-explicit-thread";
13+
const FIXED_THREAD_ID = "a9e7e9c4-6c72-4b8a-9d74-c5c0e05f6580";
1414

1515
function ThreadIdRoundTripChat() {
1616
const [explicitThreadId, setExplicitThreadId] = useState(false);

0 commit comments

Comments
 (0)