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: Add convenience function for LlamaGuard Filter (#555)
* chore: add new filter utility for LlamaGuard * chore: update default * chore: fix test * chore: cleanup * chore: refactor * chore: minor doc fix * chore: adapt changes as per slack discussion * chore: add orchestration client test * chore: add documentation * chore: add release note * fix: Changes from lint * chore: fox typo * chore: add mutiple filters in sample code * chore: fix typo * Update .changeset/hip-tools-smile.md Co-authored-by: Deeksha Sinha <[email protected]> * review * minor * fix: type tests * fix: Changes from lint * reivew * readme --------- Co-authored-by: cloud-sdk-js <[email protected]> Co-authored-by: Zhongpin Wang <[email protected]> Co-authored-by: Deeksha Sinha <[email protected]>
- Loading branch information
1 parent
b1d244c
commit bc51f59
Showing
10 changed files
with
287 additions
and
51 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 | ||
--- | ||
|
||
[New Functionality] Introduce `buildLlamaGuardFilter()` convenience function to build Llama guard filters. |
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
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.