@cozeloop/api-schema
v0.1.3
Published
api schema for coze loop
Readme
@cozeloop/api-schema
api schema for coze loop
Overview
This package is part of the Coze Loop monorepo and provides api & networking functionality. It includes api, evaluation, prompt.
Getting Started
Installation
Add this package to your package.json:
{
"dependencies": {
"@cozeloop/api-schema": "workspace:*"
}
}Then run:
rush updateUsage
import { /* exported functions/components */ } from '@cozeloop/api-schema';
// Example usage
// TODO: Add specific usage examplesFeatures
- Api
- Evaluation
- Prompt
API Reference
Exports
***
For detailed API documentation, please refer to the TypeScript definitions.
Development
This package is built with:
- TypeScript
- Modern JavaScript
- Vitest for testing
- ESLint for code quality
Contributing
This package is part of the Coze Loop monorepo. Please follow the monorepo contribution guidelines.
License
Apache-2.0
