We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f06a0 commit abec9b5Copy full SHA for abec9b5
.github/workflows/spec-update.yaml
@@ -88,8 +88,8 @@ jobs:
88
FILE_PATH='core-services/document-grounding/src/main/resources/spec/grounding.yaml'
89
;;
90
orchestration)
91
- API_URL="$API_BASE_URL/AI/llm-orchestration/contents/src/spec/api.yaml?ref=$REF"
92
- FILE_PATH='orchestration/src/main/resources/spec/v1.yaml'
+ API_URL="$API_BASE_URL/AI/llm-orchestration/contents/src/spec/v2.yaml?ref=$REF"
+ FILE_PATH='orchestration/src/main/resources/spec/orchestration.yaml'
93
94
prompt-registry)
95
API_URL="$API_BASE_URL/AI/prompt-registry/contents/src/spec/prompt-registry.yaml?ref=$REF"
0 commit comments