-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix(run-helloworld): updating type in package.docs.json #3624
Merged
Conversation
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
type:module
in package.docs.json
NimJay
approved these changes
Feb 14, 2024
NimJay
approved these changes
Feb 14, 2024
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.
Looks good to me.
Thanks, @pattishin, for this fix.
I wonder where else we might have this issue.
Approved.
pattishin
added a commit
that referenced
this pull request
Feb 15, 2024
chore: attempt to fix linting errors chore: attempt to fix linting errors chore: attempt to lint functionCallingStreamChat chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent
pattishin
added a commit
that referenced
this pull request
Feb 15, 2024
chore: attempt to fix linting errors chore: attempt to fix linting errors chore: attempt to lint functionCallingStreamChat chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent
pattishin
added a commit
that referenced
this pull request
Feb 15, 2024
chore: attempt to fix linting errors chore: attempt to fix linting errors chore: attempt to lint functionCallingStreamChat chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent
pattishin
added a commit
that referenced
this pull request
Feb 15, 2024
* chore: remove .preview from generative ai methods chore: update ai package versions fix: fix broken tests fix: update dependency to use github over npm feat: change assertion to more common output added function calling examples removed double await, fix linter * feat: readd GenAI embedding code samples (#3616) Co-authored-by: Patti Shin <[email protected]> * fix: adding in type:module in package.docs.json (#3624) chore: attempt to fix linting errors chore: attempt to fix linting errors chore: attempt to lint functionCallingStreamChat chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent chore: lint functionCallingStreamContent * fix: Attempt at pleasing the Linter (#3625) * Attempt at pleasing the Linter * fix(linter): trying to please CI --------- Co-authored-by: Patti Shin <[email protected]> * fix: lint --------- Co-authored-by: Eric Dong <[email protected]> Co-authored-by: Patti Shin <[email protected]> Co-authored-by: Guillaume Laforge <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: run
Issues related to the Cloud Run API.
asset: pattern
DEE Asset tagging - Pattern.
samples
Issues that are directly related to samples.
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.
Description
Reflect change to from csm to esm in https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-nodejs-service.
Checklist
npm test
(see Testing)npm run lint
(see Style)GoogleCloudPlatform/nodejs-docs-samples
. Not a fork.