Skip to content

Commit 2de2592

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/openai/tool-definition-and-call-parsing-v2
# Conflicts: # docs/release_notes.md
2 parents 3667b1e + ca85122 commit 2de2592

File tree

104 files changed

+9044
-4272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+9044
-4272
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/contents/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"

core-services/document-grounding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.7.0-SNAPSHOT</version>
7+
<version>1.8.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>document-grounding</artifactId>

0 commit comments

Comments
 (0)