[feat] [sdk] bump @cozeloop/ai to 0.0.6 #14
Merged
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.
PR Description: Add Jinja2 Template Support and Enhance Cozeloop-AI Functionality
This PR introduces several key updates to the
cozeloop-ai
project, notably adding support for Jinja2 templates, improving test coverage, and incrementing the package version to0.0.6
. The changes are as follows:Key Features and Updates
Jinja2 Template Support
cozeloop-ai
prompt hub to support Jinja2 as a new template type. This extends the flexibility of the templating system for various use cases.Commit:
15986a7
Example Update: Jinja2 Integration
with-jinja
to demonstrate how to use Jinja2 templates withcozeloop-ai
.Commit:
285ff30
CommonJS to ESM Fix for Nunjucks
esm
) environment, ensuring compatibility and smooth functionality.Commit:
21f3c9a
Test Suite Enhancements
prompt/utils
andtracer/adapt
, improving test coverage and reliability of the codebase.Commit:
425f699
Workflow Permissions
Commit:
af36e8d
Version Bump
cozeloop-ai
package version to0.0.6
to reflect the new features and improvements.Commit:
ba0efbd
Why This PR?
This set of changes is aimed at making the
cozeloop-ai
library more versatile and reliable. By introducing support for Jinja2 templates, fixing compatibility issues, and adding relevant examples and tests, this update will significantly enhance the usability and robustness of the project.Testing & Validation
prompt/utils
andtracer/adapt
.Please review the changes and provide feedback.