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,19 @@
{
"id": "batch_extract_bytes_mixed_format",
"category": "batch",
"description": "batch_extract_bytes: handles unsupported MIME gracefully",
"call": "batch_extract_bytes",
"input": {
"items": [
{
"content": [80, 68, 70, 32, 112, 108, 97, 99, 101, 104, 111, 108, 100, 101, 114],
"mime_type": "application/x-unknown"
}
]
},
"assertions": [
{
"type": "not_error"
}
]
}