queries property
- @describe.new("Each query to search the records for. These queries should be full text questions as they will be run against a vector database. List your queries by importance. Only use multiple queries if you are asking multiple questions, dont reword the same question multiple times.")
final
Implementation
@describe(
"Each query to search the records for. These queries should be full text questions as they will be run against a vector database. List your queries by importance. Only use multiple queries if you are asking multiple questions, dont reword the same question multiple times.",
)
final List<String> queries;