Skip to content

Commit b103f41

Browse files
adebayoamosAmos Adebayo
and
Amos Adebayo
authored
fix: evalUtils missing from exports in index.ts (#173)
Co-authored-by: Amos Adebayo <[email protected]>
1 parent af3d69e commit b103f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ax/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ import {AxMemory} from './mem/memory.js';
347347
import {AxMultiServiceRouter} from './ai/multiservice.js';
348348
import {AxRAG} from './prompts/rag.js';
349349
import {type AxAIMemory} from './mem/types.js';
350+
import {axEvalUtil} from './dsp/eval.js';
350351

351352
// Value exports
352353
export { AxAI };
@@ -597,3 +598,4 @@ export type { AxStreamingFieldProcessorProcess };
597598
export type { AxTokenUsage };
598599
export type { AxTunable };
599600
export type { AxUsable };
601+
export type { axEvalUtil };

0 commit comments

Comments
 (0)