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 (#67474)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad0d21188f
commit
09109fec98
1 changed files with 3 additions and 1 deletions
|
|
@ -108,7 +108,9 @@ if (typeof window !== 'undefined' && !window.__PERF_DRIVE__) {
|
|||
const user = {
|
||||
id: `perf-u-${i}`,
|
||||
role: 'user' as const,
|
||||
parts: [{ type: 'text' as const, text: `Question ${i}: how does the widget in module ${i} handle back-pressure?` }],
|
||||
parts: [
|
||||
{ type: 'text' as const, text: `Question ${i}: how does the widget in module ${i} handle back-pressure?` }
|
||||
],
|
||||
timestamp: Date.now()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue