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 4d74ba9 commit 6b12ec8Copy full SHA for 6b12ec8
.github/workflows/spec-update.yaml
@@ -84,8 +84,8 @@ jobs:
84
FILE_PATH='core/src/main/resources/spec/aicore.yaml'
85
;;
86
grounding)
87
- # TODO
88
- exit 1
+ API_URL="$API_BASE_URL/AI/rage-proxy-inference/blob/main/docs/public/business_api_hub/api_hub_merged_spec.yaml?ref=$REF"
+ 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"
0 commit comments