-
Notifications
You must be signed in to change notification settings - Fork 105
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
Update logos in index.md #5
Closed
Closed
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
…sary store configs (#837)
Add tests that read JSON files that describe flows and expected results. The goal is to run these tests for each genkit language, to make sure all implementations behave the same. There is currently a single test, whose expected trace came from writing the flow in ts and calling `genkit flow:run`. This test found a couple of bugs and discrepancies in the Go code, which are also fixed here. For #354.
Propagates the trace sampled state to the correct field in GCP logs
Update Devtools page and add some images and gifs --------- Co-authored-by: Kevin Cheung <[email protected]>
Add a guide for writing a plugin that exports telemetry data. --------- Co-authored-by: Konstantin Mandrika <[email protected]> Co-authored-by: Kevin Cheung <[email protected]>
Add a link to the API dashboard which lists all APIs enabled for a project.
Updated Genkit's getting started with firebase guide to include an "npm init -y" command in the project setup.
* More visual get-started * fix link
* Update docs on custom extractors * Update evaluation.md * Kevin fix Co-authored-by: Kevin Cheung <[email protected]> * Kevin fix Co-authored-by: Kevin Cheung <[email protected]> * Update docs/evaluation.md Co-authored-by: Kevin Cheung <[email protected]> * Update docs/evaluation.md Co-authored-by: Kevin Cheung <[email protected]> * Update docs/evaluation.md Co-authored-by: Kevin Cheung <[email protected]> * Update docs/evaluation.md Co-authored-by: Kevin Cheung <[email protected]> --------- Co-authored-by: Pavel Jbanov <[email protected]> Co-authored-by: Kevin Cheung <[email protected]>
Ran these commands: go get -u google.golang.org/api go mod tidy Fixes #232
Change the name of the action latency histogram from "genkit.action.action_latency" to "genkit.action.latency" to avoid stutter.
…243) Co-authored-by: Pavel Jbanov <[email protected]>
* Added Go support to `genkit start`. * Added graceful shutdown of dev server. * Formatting. * Update utils.ts * Update init.ts
…s follow the convention {pluginName}/{actionName} (#253)
pavelgj
approved these changes
May 1, 2024
pavelgj
force-pushed
the
main
branch
2 times, most recently
from
May 1, 2024 23:56
c5838f8
to
dca1561
Compare
pavelgj
pushed a commit
that referenced
this pull request
May 1, 2024
tonybaroneee
requested changes
May 2, 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.
I think this PR needs to be recreated from scratch.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.