QueryTool constructor
QueryTool({
- String name = "query",
- String description = "Search all entries across all records in multiple queries across a vector database. Your queries should be full text questions. The more specific the better. The user will be shown the most relevant entries to their queries.",
- required VectorSpace vectorSpace,
Implementation
QueryTool({
super.name = "query",
super.description =
"Search all entries across all records in multiple queries across a vector database. Your queries should be full text questions. The more specific the better. The user will be shown the most relevant entries to their queries.",
required this.vectorSpace,
});