[feat] [sdk] ptaas (prompt as a service), bump to 0.0.9 #17
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: Feature - Prompt as a Service (PTaaS) Update
This PR introduces multiple enhancements and new features to the
cozeloop-ai
module and integrates a foundational example of Prompt as a Service (PTaaS). Key highlights of the updates include:What's Changed:
1. Bump cozeloop-ai Version to 0.0.9
cozeloop-ai
package version to0.0.9
to reflect recent additions and fixes.2. Prompt as a Service (PTaaS)
3. Unit Test Coverage Enhancements
cozeloop-ai
module to improve test coverage and ensure reliability in future development.4. Example Integration
5. Prompt Types Update
Commit Breakdown:
4932d5b
:feat(cozeloop-ai): bump to 0.0.9
Incremented the version of the
cozeloop-ai
package in line with the new changes.9df5784
:feat(example): add ptaas
Added an example implementation to demonstrate PTaaS functionality.
8726423
:feat(cozeloop-ai): add uts
Integrated new unit tests for key cozeloop-ai functionalities.
b08314e
:feat(cozeloop-ai): prompt as a service
Implemented the core "Prompt as a Service" feature to provide external services access to dynamically generated prompts.
e0f5614
:feat(cozeloop-ai): update prompt types
Updated and enhanced prompt type definitions for better flexibility and wider use-case coverage.
Checklist: