mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fmt(js): npm run fix on merge (#66013)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
36bf3c2673
commit
56e2ba5e79
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ function Harness({
|
|||
const localActiveSessionIdRef = useRef<string | null>(
|
||||
activeSessionId === undefined ? RUNTIME_SESSION_ID : activeSessionId
|
||||
)
|
||||
|
||||
const activeSessionIdRef = activeSessionIdRefProp ?? localActiveSessionIdRef
|
||||
|
||||
const selectedStoredSessionIdRef: MutableRefObject<string | null> = selectedStoredSessionIdRefProp ?? {
|
||||
|
|
@ -564,6 +565,7 @@ describe('usePromptActions submit / queue drain semantics', () => {
|
|||
|
||||
const updates: { sessionId: string; state: Record<string, unknown>; storedSessionId: null | string | undefined }[] =
|
||||
[]
|
||||
|
||||
const requestGateway = vi.fn(async () => ({}) as never)
|
||||
|
||||
let handle: HarnessHandle | null = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue