Skip to content

Commit 6b12ec8

Browse files
feat: [DevOps] Document Grounding spec update script
1 parent 4d74ba9 commit 6b12ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
FILE_PATH='core/src/main/resources/spec/aicore.yaml'
8585
;;
8686
grounding)
87-
# TODO
88-
exit 1
87+
API_URL="$API_BASE_URL/AI/rage-proxy-inference/blob/main/docs/public/business_api_hub/api_hub_merged_spec.yaml?ref=$REF"
88+
FILE_PATH='core-services/document-grounding/src/main/resources/spec/grounding.yaml'
8989
;;
9090
orchestration)
9191
API_URL="$API_BASE_URL/AI/llm-orchestration/contents/src/spec/api.yaml?ref=$REF"

0 commit comments

Comments
 (0)