CountTokensRequest constructor
CountTokensRequest({})
Implementation
CountTokensRequest({
required this.endpoint,
this.model = '',
this.instances = const [],
this.contents = const [],
this.systemInstruction,
this.tools = const [],
this.generationConfig,
}) : super(fullyQualifiedName);