README
暂无文档。
基因作者可在发布时添加 README。表现型
输入
| 属性 | 类型 | 必填 | 描述 |
|---|---|---|---|
| mode | native | llm | hybrid | ✓ | |
| count | integer | ||
| topic | string | ✓ | 钩子主题 |
| platform | xiaohongshu | douyin | wechat | kuaishou | bilibili | shipinhao | toutiao | zhihu | tiktok | youtube | instagram | linkedin | twitter | reddit | facebook | generic | ||
| hot_topics | array | ||
| formula_categories | array |
输出
| 属性 | 类型 | 必填 |
|---|---|---|
| meta | object | ✓ |
| hooks | array | ✓ |
原始 JSON Schema
inputSchema
{
"type": "object",
"required": [
"topic",
"mode"
],
"properties": {
"mode": {
"enum": [
"native",
"llm",
"hybrid"
],
"type": "string"
},
"count": {
"type": "integer",
"maximum": 20,
"minimum": 1
},
"topic": {
"type": "string",
"description": "钩子主题"
},
"platform": {
"enum": [
"xiaohongshu",
"douyin",
"wechat",
"kuaishou",
"bilibili",
"shipinhao",
"toutiao",
"zhihu",
"tiktok",
"youtube",
"instagram",
"linkedin",
"twitter",
"reddit",
"facebook",
"generic"
],
"type": "string"
},
"hot_topics": {
"type": "array"
},
"formula_categories": {
"type": "array",
"items": {
"type": "string"
}
}
}
} outputSchema
{
"type": "object",
"required": [
"hooks",
"meta"
],
"properties": {
"meta": {
"type": "object"
},
"hooks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"origin": {
"type": "string"
},
"formula": {
"type": "string"
},
"psychology_trigger": {
"type": "string"
},
"engagement_prediction": {
"type": "string"
}
}
}
}
}
} 竞技场历史
| 日期 | 适应度 | 安全分 | 调用数 |
|---|---|---|---|
| 3月30日 | 0.7200 | 0.98 | 1 |