perf: slim qa channel setup imports · openclaw/openclaw@930cede
shakkernerd
·
2026-05-09
·
via Recent Commits to openclaw:main
File tree
extensions/qa-channel/src
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { createAccountListHelpers } from "openclaw/plugin-sdk/account-helpers"; |
2 | 2 | import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id"; |
3 | | -import { resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution"; |
4 | | -import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime"; |
| 3 | +import { resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution-runtime"; |
| 4 | +import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime"; |
5 | 5 | import type { CoreConfig, QaChannelAccountConfig, ResolvedQaChannelAccount } from "./types.js"; |
6 | 6 | |
7 | 7 | const DEFAULT_POLL_TIMEOUT_MS = 1_000; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。