genkit_ops 0.1.1
genkit_ops: ^0.1.1 copied to clipboard
Caching, terminal diagnostics, redaction, and operational middleware for Genkit Dart generate calls.
example/main.dart
// Primary pub.dev example entrypoint.
//
// The detailed customer support scenario lives in customer_support_cache.dart.
// Keeping this main.dart file makes the example discoverable by pub.dev while
// preserving the longer, documented example in a dedicated file.
import 'customer_support_cache.dart' as customer_support_cache;
Future<void> main() {
return customer_support_cache.main();
}