20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|