Skip to content

Commit f5601ac

Browse files
amaurelclaude
andcommitted
Fix outputSpecsV2: file_to_tercen returns .content not documentId
file_to_tercen() returns: filename, mimetype, .content Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 67099b6 commit f5601ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

operator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"attributes": [
310310
{
311311
"kind": "Attribute",
312-
"name": "documentId",
312+
"name": "filename",
313313
"type": "string"
314314
},
315315
{
@@ -319,7 +319,7 @@
319319
},
320320
{
321321
"kind": "Attribute",
322-
"name": "filename",
322+
"name": ".content",
323323
"type": "string"
324324
}
325325
]

0 commit comments

Comments
 (0)