-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Vertex AI] Align text and add close keyboard function in Sample Project #12887
Conversation
This reverts commit af7d783. # Conflicts: # FirebaseVertexAI/Sources/VertexAI.swift # Package.swift
Rebased from |
Looks like we don't have a clean rebase |
🤔 Should we simply copy the updated code and open a new PR? |
Maybe. There is a way to do it in git with |
Okay. Let me try again. |
Please see if everything is okay 🙏 |
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, @1998code! Other than the re-added GenerativeAISwift.swift
file this LGTM.
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, thanks for your contribution!
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.
Thank you for your contribution (and patience with our reviews), @1998code!
Thanks all. Happy GoogleIO day |
@1998code If you're interested in making a contribution in another repository, we have nearly the same sample app for the Google AI SDK: https://github.com/google-gemini/generative-ai-swift/tree/main/Examples/GenerativeAISample No pressure though, I'd be happy to copy your improvements there. |
Updated 😊 @andrewheard |
Discussion
Text
andMulti-modal
sections to prevent blocking content.Text
section.Chat
and ``Function Calling``` sections.Testing
Just alignment and padding updated. Everything is working fine.
API Changes
N/A