Files
fil/fixtures/embed_async_pending/embed_texts_async_preset_switch.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

23 lines
383 B
JSON

{
"id": "embed_texts_async_preset_switch",
"category": "embed_async_pending",
"description": "embed_texts_async: preset override",
"call": "embed_texts_async",
"input": {
"texts": [
"Text"
],
"config": {
"model": {
"type": "preset",
"name": "balanced"
}
}
},
"assertions": [
{
"type": "not_error"
}
]
}