fix(telegram,core): first message seeds the branch, registered commands, no ellipses, html drafts
This commit is contained in:
@@ -535,7 +535,7 @@ class Conversations:
|
||||
await self._queue.push(
|
||||
conversation_id=cast("int", conv.id),
|
||||
priority="user",
|
||||
origin=f"сид:{seed}",
|
||||
origin=origin if text and seed != "brief" else f"сид:{seed}",
|
||||
text=prompt,
|
||||
)
|
||||
self._ensure_worker(cast("int", conv.id))
|
||||
|
||||
Reference in New Issue
Block a user