-
Notifications
You must be signed in to change notification settings - Fork 148
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
Initial Gemini SDK commit #32
Conversation
c82b027
to
e1c52aa
Compare
pull_request: | ||
schedule: | ||
# Run every day at 11pm (PST) - cron uses UTC times | ||
- cron: '0 7 * * *' |
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.
I'm not sure if a nightly cron job is necessary for this yet, but I'm fine to keep it if I'm missing something
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.
It will let us know if it breaks
import Foundation | ||
|
||
enum Participant { | ||
case system |
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.
Not for this PR but we should update these to model
cc @peterfriese
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEVELOPMENT_ASSET_PATHS = "\"GenerativeAISample/Preview Content\""; | ||
DEVELOPMENT_TEAM = YGAZHQXHH4; |
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.
Please remove and make an empty string ""
, here and there's one more instance of it
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.
Done
Co-authored-by: Ryan Wilson <[email protected]> Co-authored-by: Andrew Heard <[email protected]> Co-authored-by: Peter Friese <[email protected]> Co-authored-by: Morgan Chen <[email protected]>
e1c52aa
to
16ce472
Compare
No description provided.