generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add grounding convenience function (#378)
* grounding convenience * review + tests+ changeset * lint * restructure types * fix: Changes from lint * add type test * fix: Changes from lint * docs * fix: Changes from lint * Apply suggestions from code review * review * review * fix: Changes from lint * update type DocumentGroundingServiceFilter * fix: Changes from lint * docs review * fix: Changes from lint * Apply suggestions from code review * adjust sample for grounding * fix: Changes from lint --------- Co-authored-by: cloud-sdk-js <cloud-sdk-js@github.com> Co-authored-by: Zhongpin Wang <zhongpin.wang@sap.com>
- Loading branch information
1 parent
b65e38b
commit a039890
Showing
9 changed files
with
329 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sap-ai-sdk/orchestration': minor | ||
--- | ||
|
||
[Improvement] Add `buildDocumentGroundingConfig()` convenience function to create document grounding configuration in the Orchestration client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/orchestration/src/orchestration-completion-post-request.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.