We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3d69e commit b103f41Copy full SHA for b103f41
src/ax/index.ts
@@ -347,6 +347,7 @@ import {AxMemory} from './mem/memory.js';
347
import {AxMultiServiceRouter} from './ai/multiservice.js';
348
import {AxRAG} from './prompts/rag.js';
349
import {type AxAIMemory} from './mem/types.js';
350
+import {axEvalUtil} from './dsp/eval.js';
351
352
// Value exports
353
export { AxAI };
@@ -597,3 +598,4 @@ export type { AxStreamingFieldProcessorProcess };
597
598
export type { AxTokenUsage };
599
export type { AxTunable };
600
export type { AxUsable };
601
+export type { axEvalUtil };
0 commit comments