mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +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;
|
|
}
|