frontend/packages/workflow/test-run-next/main/README.md
Workflow TestRun 入口包
This package is part of the Coze Studio monorepo and provides workflow functionality. It includes component, hook, store.
Add this package to your package.json:
{
"dependencies": {
"@coze-workflow/test-run-next": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-workflow/test-run-next';
// Example usage
// TODO: Add specific usage examples
/** components */ TestRunForm, FormBaseFieldItem, FormBaseInputJson, FormBaseGroupCollapse, TestRunFormProvider, /** hooks */ useForm, useTestRunFormStore, useFormSchema, useCurrentFieldState, /** functions */ createSchemaField, generateField, generateFieldValidator, isFormSchemaPropertyEmpty, stringifyFormValuesFromBacked, FormSchema, /** constants */ TestFormFieldName, /** types */ type FormModel, type TestRunFormState, type IFormSchema,safeJsonParseTraceListPanel, TraceDetailPanel,For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0