addedOutput schema / properties
Added value: +{
+ "archetype": {
+ "description": "Archetype it was written in.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "claim_type": {
+ "description": "What kind of claim it makes.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "contains_placeholder_stat": {
+ "description": "true when the text carries an unverified number you must replace before posting (e.g. '90% of people'). Treat as an edit-before-use flag.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "created_at": {
+ "description": "When it was generated, ISO-8601 UTC.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hook_id": {
+ "description": "The hook's id.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "mode": {
+ "description": "Engine that produced it (instant|smart|research|remix).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "outcome_summary": {
+ "description": "{count, max_views, avg_views} over those outcomes.",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "outcomes": {
+ "description": "Outcomes you have reported against this hook.",
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "platform": {
+ "description": "Platform it was written for.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "prompt_version": {
+ "description": "Prompt build that produced it, for reproducibility.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "request_id": {
+ "description": "The generate call that bought it.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "score": {
+ "description": "Per-dimension score breakdown.",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "score_total": {
+ "description": "Total craft score.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "text": {
+ "description": "The hook line.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topic": {
+ "description": "Topic it was generated from.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}