Skip to content

Genkit JS 1.8.0

Compare
Choose a tag to compare
@pavelgj pavelgj released this 05 May 21:54
· 386 commits to main since this release

What's Changed

  • refactor(js/plugins/vertexai): Dynamic model support for Gemini models by @ifielker in #2824
  • feat(js/core): allow defining a "list actions" fn for plugins by @pavelgj in #2830
  • refactor(js/plugins/vertexai): refactored tests for dynamic models by @ifielker in #2836
  • feat(js/plugins/{googleai,vertexai}): implemented dynamic model listing for googleai, and new model lookup API for googleai & vertexai by @pavelgj in #2839
  • fix(js/prompts): fixed .prompt input handling on prompt render by @pavelgj in #2843
  • feat(js/plugins/ollama): implemented dynamic model resolver and list actions for ollama plugin by @pavelgj in #2831
  • feat('js/plugins/vertexai'): dynamically resolve imagen models and try to list models from the API by @pavelgj in #2847
  • feat(js/plugins/{googleai,vertexai}): pasthrough unknown config options directly to the underlying API by @pavelgj in #2848
  • feat(js/ai): added dynamic tools that can be dynamically defined at runtime by @pavelgj in #2854

Full Changelog: https://github.com/firebase/genkit/compare/[email protected]@1.8.0