Alex Pascal

Results 34 issues of Alex Pascal

Summary of changes: - Flattened input schemas so the dev UI can auto-fill values for required fields. - Made `Part` fields exported because `inferJSONSchema` wasn't generating schema for them correctly...

**Describe the bug** Input/output token counts are tracked but are only visible in GCP. It would be nice to see the input/output counts directly in the trace in Dev UI...

bug
tooling

**Describe the bug** `genkit-cli` should become the CLI. `genkit` should become the meta package for all Genkit framework packages (currently `genkit-ai`). `npx create-genkit` should become an alias for `genkit init`.

bug
js

**Is your report related to a problem? Please describe.** Between not being strict about which functions/fields are exported vs. not, lack of JSDocs on exported properties, and complex types due...

docs

**Describe the bug** Many of the user-facing API functions and fields completely lack comments and descriptions of what they are or how to use them. Between this and the complex...

bug
js

**Describe the bug** Today, both JS and Go runtimes append a message to the prompt stating that the output should be in JSON format following this schema: when setting an...

bug
js

Fixes #391. Checklist (if applicable): - [x] Tested (manually, unit tested, etc.) - [ ] Changelog updated - [ ] Docs updated

**Describe the bug** `googleai('gemini-1.5-pro')` instead of `googleai(gemini15Pro)`. This needs a solution for what happens in the dev UI for known models so that the list gets populated.

bug
js

**Describe the bug** The Google Cloud plugin should provide the Firestore implementation.

bug
js

The previous API is not ideal because you have to pass in a function into an iterator-like interface that then chooses between stream value, final value, or error. This change...