This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "embed_texts_async_empty_input",
|
||||
"category": "embed_async_pending",
|
||||
"description": "embed_texts_async: empty text list",
|
||||
"call": "embed_texts_async",
|
||||
"input": {
|
||||
"texts": []
|
||||
},
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
},
|
||||
{
|
||||
"type": "count_equals",
|
||||
"field": "embeddings",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user