@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 319 B
TypeScript
import type { OpenClawConfig } from "../../config/config.js";
export declare function createAccountListHelpers(channelKey: string): {
listConfiguredAccountIds: (cfg: OpenClawConfig) => string[];
listAccountIds: (cfg: OpenClawConfig) => string[];
resolveDefaultAccountId: (cfg: OpenClawConfig) => string;
};