documents property
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
List<String>? documents;