-
Notifications
You must be signed in to change notification settings - Fork 541
Add quickstart for Conversation AI java sdk #1196
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: siri-varma <[email protected]>
@salaboy @cicoyle @artur-ciocanu Can you folks take a look at this PR please ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thank you!
Signed-off-by: siri-varma <[email protected]>
Signed-off-by: siri-varma <[email protected]>
@cicoyle Could you please approve the CI one more time ? I validated it locally. Should succeed now. |
Signed-off-by: Siri Varma Vegiraju <[email protected]>
Signed-off-by: Siri Varma Vegiraju <[email protected]>
@siri-varma same.. from a pure Java standpoint this PR LGTM, ready to be merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @siri-varma a couple changes :)
<dependency> | ||
<groupId>io.dapr</groupId> | ||
<artifactId>dapr-sdk</artifactId> | ||
<version>1.15.0-rc-5</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets wait to merge this until were get the 1.15.0 real version (im told this week by @cicoyle )
conversation/java/sdk/conversation/src/main/java/com/service/ConversationAIApplication.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Siri Varma Vegiraju <[email protected]>
Signed-off-by: siri-varma <[email protected]>
…-varma/quickstarts into users/svegiraju/quickstarts
conversation/java/sdk/conversation/src/main/java/com/service/ConversationAIApplication.java
Outdated
Show resolved
Hide resolved
conversation/java/sdk/conversation/src/main/java/com/service/ConversationAIApplication.java
Outdated
Show resolved
Hide resolved
Signed-off-by: siri-varma <[email protected]>
@alicejgibbons small request, could you please trigger the build for this PR ? Want to make sure it passes so that we will not have any surprises at the end |
Im honestly fine merging this and then once I cut the official java release we can come back and update the versions everywhere - that way this PR doesnt get blocked |
Description
Add quickstart for Conversation AI sdk
Issue reference
We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1155
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: