menu
mobile_rag_engine package
documentation
services/quality_test_service.dart
TestCase
TestCase.new constructor
TestCase.new constructor
dark_mode
light_mode
TestCase
constructor
TestCase
(
{
required
String
query
,
required
List
<
String
>
relevantDocs
,
required
String
category
,
})
Implementation
TestCase({ required this.query, required this.relevantDocs, required this.category, });
mobile_rag_engine package
documentation
services/quality_test_service
TestCase
TestCase.new constructor
TestCase class