-
Notifications
You must be signed in to change notification settings - Fork 22
feat: revisit beta annotations #1045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9b4f24c
wip
vladimir-a-sap 269ffa9
Formatting
bot-sdk-js acc1719
wip
vladimir-a-sap 91834ff
actualize @beta annotations
vladimir-a-sap 0936310
actualize @beta annotations
vladimir-a-sap 7b731ea
Formatting
bot-sdk-js 5232ea5
actualize @beta annotations
vladimir-a-sap 86a5df6
Merge branch 'revisit-beta-annotations' of github.com:SAP/ai-sdk-java…
vladimir-a-sap 077f104
actualize @beta annotations
vladimir-a-sap aeff862
Formatting
bot-sdk-js d8e6b79
actualize @beta annotations
vladimir-a-sap f720254
Merge branch 'revisit-beta-annotations' of github.com:SAP/ai-sdk-java…
vladimir-a-sap 1275fe2
actualize @beta annotations
vladimir-a-sap ab421b1
actualize @beta annotations
vladimir-a-sap ced7576
Formatting
bot-sdk-js 94176b7
actualize @beta annotations
vladimir-a-sap 7f9a092
Merge branch 'revisit-beta-annotations' of github.com:SAP/ai-sdk-java…
vladimir-a-sap 3e77308
Merge branch 'v2' into revisit-beta-annotations
vladimir-a-sap 7cfe086
Formatting
bot-sdk-js 9db0ff9
Merge branch 'v2' into revisit-beta-annotations
vladimir-a-sap 0b30a71
address pr feedback and implement agreed refactoring changes
vladimir-a-sap d9aa679
address pr feedback, update release notes, remove few more @beta anno…
vladimir-a-sap 91cf772
update release notes
vladimir-a-sap dc4fa2e
improve code style
vladimir-a-sap b6c1bc0
remove message internal methods from public api
vladimir-a-sap fc7d6fa
revert deprecated constructor removal
vladimir-a-sap 7f77230
polish the api
vladimir-a-sap ee65339
Formatting
bot-sdk-js de6ea34
fix checkstyle issue
vladimir-a-sap 98e5453
Merge branch 'revisit-beta-annotations' of github.com:SAP/ai-sdk-java…
vladimir-a-sap ef982c8
Update docs/release_notes.md
vladimir-a-sap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
3 changes: 0 additions & 3 deletions
3
...-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/TextInputChannel.java
This file contains hidden or 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 |
|---|---|---|
| @@ -1,20 +1,17 @@ | ||
| package com.sap.ai.sdk.foundationmodels.openai; | ||
|
|
||
| import com.google.common.annotations.Beta; | ||
| import javax.annotation.Nonnull; | ||
|
|
||
| /** | ||
| * Allows to input (send) text to the open channel, must be closed when not needed anymore (e.g. | ||
| * try-with-resources) | ||
| */ | ||
| @Beta | ||
| public interface TextInputChannel extends AutoCloseable { | ||
|
|
||
| /** | ||
| * Sends input text | ||
| * | ||
| * @param text text to send | ||
| */ | ||
| @Beta | ||
| void sendText(@Nonnull final String text); | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.