documents property

List<String>? documents
getter/setter pair

List of documents from which the answer for the input question should be derived. If this is an empty list, the question will be answered based on the question-answer examples. You should specify either documents or a file, but not both.

Implementation

List<String>? documents;