generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support custom destination (#351)
* feat: support custom destination * feat: add destination for all client constructor * feat: add destination for openapi request builder with many tests * fix: lint * fix: destination name in unit test * chore: update sample code doc for custom destination call * feat: support custom destination in langchain * docs: add instructions for using custom destination * fix: lint * feat: add v2 logic for getting the target url * fix: remove destination test in e2e already covered in smoke test * fix: Changes from lint * fix: add internal for getTargetUrl * feat: use cache by default * fix: lint * chore: changeset * fix: apply review comments --------- Co-authored-by: cloud-sdk-js <[email protected]>
- Loading branch information
1 parent
ebb7429
commit b4a5506
Showing
29 changed files
with
645 additions
and
203 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,9 @@ | ||
--- | ||
'@sap-ai-sdk/foundation-models': minor | ||
'@sap-ai-sdk/orchestration': minor | ||
'@sap-ai-sdk/langchain': minor | ||
'@sap-ai-sdk/ai-api': minor | ||
'@sap-ai-sdk/core': minor | ||
--- | ||
|
||
[New Functionality] Add support for providing custom destination for AI Core besides using environment variable and service binding. |
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
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.