Files
fil/fixtures/embed_async_pending/embed_texts_async_happy.json

23 lines
383 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "embed_texts_async_happy",
"category": "embed_async_pending",
"description": "embed_texts_async: basic async embedding",
"call": "embed_texts_async",
"input": {
"texts": [
"First",
"Second"
]
},
"assertions": [
{
"type": "not_error"
},
{
"type": "count_min",
"field": "embeddings",
"value": 2
}
]
}