Files
fil/fixtures/batch/batch_file_async_not_found.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

29 lines
495 B
JSON

{
"id": "batch_file_async_not_found",
"category": "batch",
"description": "batch_extract_file async nonexistent",
"tags": [
"batch",
"async"
],
"call": "batch_extract_files",
"input": {
"paths": [
{
"path": "/nonexistent/a.pdf"
}
]
},
"assertions": [
{
"type": "not_error"
}
],
"skip": {
"languages": [
"wasm"
],
"reason": "WASM cannot access filesystem; use extractBytes with file content instead"
}
}