genkit_openai 0.2.0
genkit_openai: ^0.2.0 copied to clipboard
OpenAI plugin for Genkit Dart, provides seamless model integration, generative AI capabilities, and tooling support.
0.1.0+1 #
- Update a dependency to the latest release.
0.1.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.1.0-dev.1 #
- Update a dependency to the latest release.
0.0.1-dev.7 #
Note: This release has breaking changes.
- REFACTOR: Tweak RegExps and avoid non-linear complexity (#175).
- REFACTOR: make all classes
finalorbase(#179). - FEAT(openai): add Vertex support with shared Vertex auth utilities (#185).
- BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
0.0.1-dev.6 #
Note: This release has breaking changes.
- REFACTOR: hide package:json_schema_builder (#167).
- FIX: do not default instructions for json format (should use native constrained generation) (#176).
- FIX: make static helper classes abstract final (#173).
- FIX: be consistent with String quotes (#164).
- FIX: fix strict casts (#165).
- FEAT(openai): add structured outputs (#157).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
0.0.1-dev.5 #
- REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
0.0.1-dev.4 #
- Update a dependency to the latest release.
0.0.1-dev.3 #
- REFACTOR: automate telemetry exporter configuration (#131).
- DOCS: Add best practices, a Text-to-Speech example, and update the OpenAI package license to the full Apache 2.0 text.
0.0.1-dev.2 #
- REFACTOR: minor cleanup for the new openai plugin (#129).
- FEAT(plugins): add OpenAI plugin (#95).
0.0.1-dev.1 #
- Initial release.