mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 16:21:11 +00:00
Channels: add thread-aware model overrides
This commit is contained in:
@@ -32,6 +32,7 @@ export async function buildStatusReply(params: {
|
||||
command: CommandContext;
|
||||
sessionEntry?: SessionEntry;
|
||||
sessionKey: string;
|
||||
parentSessionKey?: string;
|
||||
sessionScope?: SessionScope;
|
||||
storePath?: string;
|
||||
provider: string;
|
||||
@@ -51,6 +52,7 @@ export async function buildStatusReply(params: {
|
||||
command,
|
||||
sessionEntry,
|
||||
sessionKey,
|
||||
parentSessionKey,
|
||||
sessionScope,
|
||||
storePath,
|
||||
provider,
|
||||
@@ -173,6 +175,7 @@ export async function buildStatusReply(params: {
|
||||
agentId: statusAgentId,
|
||||
sessionEntry,
|
||||
sessionKey,
|
||||
parentSessionKey,
|
||||
sessionScope,
|
||||
sessionStorePath: storePath,
|
||||
groupActivation,
|
||||
|
||||
Reference in New Issue
Block a user