File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
artifact/artifact/v1alpha Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -871,17 +871,17 @@ class CreateCatalogRequest(google.protobuf.message.Message):
871
871
"""The catalog type. default is PERSISTENT"""
872
872
@property
873
873
def converting_pipelines (self ) -> google .protobuf .internal .containers .RepeatedScalarFieldContainer [builtins .str ]:
874
- """Pipelines used for converting documents (i.e., files with pdf, doc* or
875
- ppt* extension) to Markdown. The pipelines must have the following
874
+ """Pipelines used for converting documents (i.e., files with pdf, doc[x] or
875
+ ppt[x] extension) to Markdown. The pipelines must have the following
876
876
variable and output fields:
877
- ```
877
+ ```yaml variable
878
878
variable:
879
879
document_input:
880
880
title: document-input
881
881
description: Upload a document (PDF/DOCX/DOC/PPTX/PPT)
882
882
type: file
883
883
```
884
- ```
884
+ ```yaml output
885
885
output:
886
886
convert_result:
887
887
title: convert-result
You can’t perform that action at this time.
0 commit comments