builder.tsx

builder.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/book/elements/builder.tsx

功能描述

============================================================================

导出内容

  • <code>PromptBuilder</code> - 函数
  • <code>PromptAnalyzer</code> - 函数

依赖导入

  • react
  • next-intl
  • @/components/ui/button
  • @/lib/utils
  • lucide-react
  • ./locales

Props/接口

interface PromptBuilderProps {
title?: string;
description?: string;
defaultValues?: {
role?: string;
context?: string;
task?: string;
constraints?: string;
format?: string;
examples?: string;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录