mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:37:41 +00:00
chore(format)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { AgentCommandOpts, AgentRunContext } from "./types.js";
|
||||
import { normalizeAccountId } from "../../utils/account-id.js";
|
||||
import { resolveMessageChannel } from "../../utils/message-channel.js";
|
||||
import type { AgentCommandOpts, AgentRunContext } from "./types.js";
|
||||
|
||||
export function resolveAgentRunContext(opts: AgentCommandOpts): AgentRunContext {
|
||||
const merged: AgentRunContext = opts.runContext ? { ...opts.runContext } : {};
|
||||
|
||||
Reference in New Issue
Block a user