Files
fil/fixtures/embed_async_pending/embed_texts_async_empty_input.json

20 lines
351 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"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
}
]
}