mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-26 17:38:36 +00:00
fmt(js): npm run fix on merge (#71634)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b26b409cf
commit
2ba1e028e4
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@ export function useSlashCommand(deps: SlashCommandDeps) {
|
|||
// would otherwise park the kickoff on whichever chat is now in
|
||||
// front. Fall back through the live selection for a session whose
|
||||
// cache entry hasn't landed yet.
|
||||
const storedId = storedSessionId || $sessionStates.get()[sessionId]?.storedSessionId || $selectedStoredSessionId.get()
|
||||
const storedId =
|
||||
storedSessionId || $sessionStates.get()[sessionId]?.storedSessionId || $selectedStoredSessionId.get()
|
||||
const queueKey = resolveComposerSessionKey(storedId, $sessions.get()) || storedId || sessionId
|
||||
|
||||
if (enqueueQueuedPrompt(queueKey, { attachments: [], text: message })) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue