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 (#71638)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2ba1e028e4
commit
44480617ff
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ export function useSlashCommand(deps: SlashCommandDeps) {
|
|||
// cache entry hasn't landed yet.
|
||||
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