UNPKG

@arizeai/phoenix-client

Version:
9 lines 373 B
/** * Resolve an `Example`'s expected output from a value that may carry it * under any of the `expected` / `reference` / `output` aliases (see * {@link ReferenceOutput}). Returns the first one set, or `undefined` if none. */ export function resolveReference(params) { return params.expected ?? params.reference ?? params.output; } //# sourceMappingURL=types.js.map