mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
fix(gateway): scope queued context references
This commit is contained in:
parent
37a942650f
commit
ff84e3f7d5
1 changed files with 1 additions and 1 deletions
|
|
@ -19885,7 +19885,7 @@ class GatewayRunner(GatewayAuthorizationMixin, GatewayKanbanWatchersMixin, Gatew
|
|||
session_key or "?",
|
||||
exc_info=True,
|
||||
)
|
||||
next_message = await self._prepare_inbound_message_text(
|
||||
next_message = await self._prepare_profile_scoped_inbound_message_text(
|
||||
event=pending_event,
|
||||
source=next_source,
|
||||
history=updated_history,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue