Files
fil/fixtures/embed_async_pending/embed_texts_async_empty_input.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

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
}
]
}