mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
This reverts commit ffd2621039.
This commit is contained in:
parent
ffd2621039
commit
9a70260490
8 changed files with 2 additions and 291 deletions
|
|
@ -570,17 +570,6 @@ export function createGatewayEventHandler(ctx: GatewayEventHandlerContext): (ev:
|
|||
sys(`error: ${message}`)
|
||||
setStatus('ready')
|
||||
}
|
||||
|
||||
return
|
||||
case 'onboarding.hint': {
|
||||
const text = String(ev.payload?.text || '').trim()
|
||||
|
||||
if (text) {
|
||||
sys(`(tip) ${text}`)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue