Skip to content

Commit 5cf5261

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@660764b
1 parent 4b07548 commit 5cf5261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

artifact/artifact/v1alpha/artifact_pb2.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,17 +871,17 @@ class CreateCatalogRequest(google.protobuf.message.Message):
871871
"""The catalog type. default is PERSISTENT"""
872872
@property
873873
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
876876
variable and output fields:
877-
```
877+
```yaml variable
878878
variable:
879879
document_input:
880880
title: document-input
881881
description: Upload a document (PDF/DOCX/DOC/PPTX/PPT)
882882
type: file
883883
```
884-
```
884+
```yaml output
885885
output:
886886
convert_result:
887887
title: convert-result

0 commit comments

Comments
 (0)