mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 04:59:49 +00:00
9 lines
264 B
TypeScript
9 lines
264 B
TypeScript
import { resolveActiveTalkProviderConfig } from "../../config/talk.js";
|
|
import type { OpenClawConfig } from "../../config/types.js";
|
|
|
|
export { resolveActiveTalkProviderConfig };
|
|
|
|
export function getRuntimeConfigSnapshot(): OpenClawConfig | null {
|
|
return null;
|
|
}
|