mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
chore: uptick
This commit is contained in:
parent
097702c8a7
commit
cb31732c4f
10 changed files with 1344 additions and 1237 deletions
|
|
@ -73,6 +73,7 @@ export function useVirtualHistory(
|
|||
}, [items])
|
||||
|
||||
const offsets = useMemo(() => {
|
||||
void ver
|
||||
const out = new Array<number>(items.length + 1).fill(0)
|
||||
|
||||
for (let i = 0; i < items.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue