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,25 @@
{
"id": "extractors_list",
"category": "document_extractor_management",
"description": "List all registered document extractors",
"tags": ["extractors", "plugin_management", "list"],
"call": "list_document_extractors",
"input": {
"setup": {
"lazy_init_required": {
"languages": ["go"],
"init_action": "extract_file_sync",
"init_data": {
"create_temp_file": true,
"temp_file_name": "test.pdf",
"temp_file_content": "%PDF-1.4\n%EOF\n"
}
}
}
},
"assertions": [
{
"type": "not_error"
}
]
}