documents property

  1. @BuiltValueField(wireName: r'documents')
BuiltList<String>? documents

Up to 200 documents to search over, provided as a list of strings. The maximum document length (in tokens) is 2034 minus the number of tokens in the query. You should specify either documents or a file, but not both.

Implementation

@BuiltValueField(wireName: r'documents')
BuiltList<String>? get documents;