Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"id": "batch_extract_bytes_happy",
"category": "batch",
"description": "batch_extract_bytes: happy path with mixed inputs",
"call": "batch_extract_bytes",
"input": {
"items": [
{
"content": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33],
"mime_type": "text/plain"
},
{
"content": [
60, 104, 116, 109, 108, 62, 60, 98, 111, 100, 121, 62, 84, 101, 115, 116, 60, 47, 98, 111,
100, 121, 62, 60, 47, 104, 116, 109, 108, 62
],
"mime_type": "text/html"
}
]
},
"assertions": [
{
"type": "not_error"
},
{
"type": "count_min",
"value": 1
}
]
}