File tree Expand file tree Collapse file tree
showcase/integrations/langgraph-python
src/app/demos/threadid-frontend-tool-roundtrip Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010import { z } from "zod" ;
1111
1212const 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
1515function ThreadIdRoundTripChat ( ) {
1616 const [ explicitThreadId , setExplicitThreadId ] = useState ( false ) ;
You can’t perform that action at this time.
0 commit comments