8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* ONNX Integration Test - Validates agentic-flow works with ONNX
|
|
*
|
|
* Tests ONNX provider integration with the multi-model router
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=test-onnx-integration.d.ts.map
|