Skip to content

Commit 4ae4437

Browse files
Update orchestration based on rel-0.108.16 (#686)
Co-authored-by: Jonas-Isr <[email protected]>
1 parent 77fc250 commit 4ae4437

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

orchestration/src/main/resources/spec/orchestration.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ components:
112112
$ref: "#/components/schemas/EmbeddingsInputText"
113113
type:
114114
type: string
115-
enum: [ "text", "document", "query" ]
115+
enum: ["text", "document", "query"]
116116
EmbeddingsInputText:
117117
oneOf:
118118
- type: string
@@ -124,9 +124,9 @@ components:
124124
items:
125125
type: string
126126
minLength: 1
127-
example: [ "Hello", "World", "!" ]
127+
example: ["Hello", "World", "!"]
128128
description: Text input for which embeddings need to be generated
129-
example: [ "This is an input string.", "This is another input string." ]
129+
example: ["This is an input string.", "This is another input string."]
130130
EmbeddingsModuleConfigs:
131131
type: object
132132
required:
@@ -181,7 +181,7 @@ components:
181181
The number of dimensions the resulting output embeddings should have.
182182
encoding_format:
183183
type: string
184-
enum: [ float, base64, binary ]
184+
enum: [float, base64, binary]
185185
description: >
186186
OpenAI's spec allows for 'float' and 'base64' encoding formats.
187187
normalize:
@@ -466,7 +466,7 @@ components:
466466
properties:
467467
type:
468468
type: string
469-
enum: [ "text" ]
469+
enum: ["text"]
470470
text:
471471
type: string
472472
ChatDelta:
@@ -659,7 +659,7 @@ components:
659659
description: List of delimiters to split the input text into chunks.Please note, this is a required parameter when `input_translation_module_config` or `output_translation_module_config` are configured.
660660
items:
661661
type: string
662-
example: [ "\n", ".", "?", "!" ]
662+
example: ["\n", ".", "?", "!"]
663663

664664
GenericModuleResult:
665665
type: object
@@ -702,8 +702,8 @@ components:
702702
type: string
703703
example:
704704
user:
705-
[ "translated user content", "another translated user content" ]
706-
system: [ "translated system message" ]
705+
["translated user content", "another translated user content"]
706+
system: ["translated system message"]
707707
translated_placeholders:
708708
type: object
709709
additionalProperties:
@@ -1380,7 +1380,7 @@ components:
13801380
allowlist:
13811381
description: List of strings that should not be masked
13821382
type: array
1383-
example: [ "SAP", "Joule" ]
1383+
example: ["SAP", "Joule"]
13841384
items:
13851385
type: string
13861386
mask_grounding_input:
@@ -1499,7 +1499,7 @@ components:
14991499
anyOf:
15001500
- enum:
15011501
- document_grounding_service
1502-
- { }
1502+
- {}
15031503
example: document_grounding_service
15041504
config:
15051505
type: object

0 commit comments

Comments
 (0)