voyageai-cli
Version:
CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search
30 lines (29 loc) • 673 B
JSON
{
"name": "research-and-summarize: no search results",
"inputs": {
"question": "What is the meaning of life?",
"limit": 5
},
"mocks": {
"query": {
"results": [],
"resultCount": 0
},
"generate": {
"text": "No relevant documents were found in the knowledge base to answer this question.",
"model": "claude-3-haiku",
"tokensUsed": 45
}
},
"expect": {
"steps": {
"research": { "status": "completed" },
"summarize": { "status": "completed" }
},
"output": {
"summary": { "type": "string", "minLength": 1 },
"sourceCount": { "type": "number" }
},
"noErrors": true
}
}