refactor: fix tool call state handling and clean up imports (#21709)

This commit is contained in:
Dax
2026-04-09 11:56:19 -04:00
committed by GitHub
parent 46da801f30
commit bd53b651a3
5 changed files with 45 additions and 6 deletions

View File

@@ -121,7 +121,6 @@ export const SessionRoutes = lazy(() =>
),
async (c) => {
const sessionID = c.req.valid("param").sessionID
log.info("SEARCH", { url: c.req.url })
const session = await Session.get(sessionID)
return c.json(session)
},