Skip to content

Commit 8a489e2

Browse files
committed
Update orchestration based on main
1 parent e4f9384 commit 8a489e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
openapi: 3.0.0
22

3+
x-sap-shortText: "Orchestration provides common capabilities for business AI scenarios, such as content filtering, data masking, and grounding"
4+
35
info:
46
title: Internal Orchestration Service API
57
description: Orchestration is an inference service which provides common additional capabilities for business AI scenarios, such as content filtering and data masking. At the core of the service is the LLM module which allows for an easy, harmonized access to the language models of gen AI hub. The service is designed to be modular and extensible, allowing for the addition of new modules in the future. Each module can be configured independently and at runtime, allowing for a high degree of flexibility in the orchestration of AI services.
@@ -19,6 +21,7 @@ paths:
1921
post:
2022
tags:
2123
- OrchestrationCompletion
24+
summary: orchestrated completion inference
2225
description: Run an orchestrated completion inference request
2326
operationId: orchestration.v1.endpoints.create
2427
requestBody:
@@ -1319,3 +1322,11 @@ components:
13191322
application/json:
13201323
schema:
13211324
$ref: "#/components/schemas/ErrorResponse"
1325+
1326+
# https://pages.github.tools.sap/CPA/api-metadata-validator/rules/oas/sap-oas3-security/
1327+
securitySchemes:
1328+
bearerAuth:
1329+
type: http
1330+
scheme: bearer
1331+
bearerFormat: JWT
1332+
description: To use this API, you must have an AI Core access token.

0 commit comments

Comments
 (0)