@arizeai/phoenix-evals
Version:
A library for running evaluations for AI use cases
7 lines • 399 B
TypeScript
/**
* Creates a Proxy that wraps an object to stringify nested object values when accessed directly.
* This allows Mustache to access properties of objects (e.g., {{user.name}}) while
* stringifying objects that are accessed as leaf values (e.g., {{user.profile}}).
*/
export declare function createTemplateVariablesProxy<T>(obj: T): T;
//# sourceMappingURL=createTemplateVariablesProxy.d.ts.map