texts property

List<String> texts
final

Optional. The free-form input texts that the model will turn into an embedding. The current limit is 100 texts, over which an error will be thrown.

Implementation

final List<String> texts;