openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines • 378 B
TypeScript
//#region extensions/chutes/model-discovery-env.d.ts
/**
* Environment helper for Chutes model discovery behavior in tests.
*/
/** Returns whether dynamic Chutes model discovery should use test behavior. */
declare function isChutesModelDiscoveryTestEnvironment(env?: Record<string, string | undefined>): boolean;
//#endregion
export { isChutesModelDiscoveryTestEnvironment };