{
  "version": 1,
  "results": [
    {
      "prompt": {
        "raw": "Rephrase this from English to Pirate: Hello world",
        "display": "Rephrase this from English to Pirate: {{body}}"
      },
      "vars": {
        "body": "Hello world"
      },
      "response": {
        "output": "Ahoy thar, world!",
        "tokenUsage": {
          "cached": 25
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Rephrase this from English to Pirate: I&#39;m hungry",
        "display": "Rephrase this from English to Pirate: {{body}}"
      },
      "vars": {
        "body": "I'm hungry"
      },
      "response": {
        "output": "I be feelin' a mighty need for grub, matey.",
        "tokenUsage": {
          "cached": 35
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Pretend you're a pirate and speak these words: Hello world",
        "display": "Pretend you're a pirate and speak these words: {{body}}"
      },
      "vars": {
        "body": "Hello world"
      },
      "response": {
        "output": "Ahoy there, me hearties! Avast ye landlubbers! 'Tis I, a fearsome pirate, comin' to ye from the seven seas. Ahoy, hello world!",
        "tokenUsage": {
          "cached": 64
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Pretend you're a pirate and speak these words: I&#39;m hungry",
        "display": "Pretend you're a pirate and speak these words: {{body}}"
      },
      "vars": {
        "body": "I'm hungry"
      },
      "response": {
        "output": "Arrr, me belly be rumblin'! I be needin' some grub, mateys! Bring me some vittles or ye'll be walkin' the plank!",
        "tokenUsage": {
          "cached": 63
        }
      },
      "success": true
    }
  ],
  "stats": {
    "successes": 4,
    "failures": 0,
    "tokenUsage": {
      "total": 0,
      "prompt": 0,
      "completion": 0,
      "cached": 187
    }
  },
  "table": {
    "head": {
      "prompts": [
        "Rephrase this from English to Pirate: {{body}}",
        "Pretend you're a pirate and speak these words: {{body}}"
      ],
      "vars": ["body"]
    },
    "body": [
      {
        "outputs": [
          "Ahoy thar, world!",
          "Ahoy there, me hearties! Avast ye landlubbers! 'Tis I, a fearsome pirate, comin' to ye from the seven seas. Ahoy, hello world!"
        ],
        "vars": ["Hello world"]
      },
      {
        "outputs": [
          "I be feelin' a mighty need for grub, matey.",
          "Arrr, me belly be rumblin'! I be needin' some grub, mateys! Bring me some vittles or ye'll be walkin' the plank!"
        ],
        "vars": ["I'm hungry"]
      }
    ]
  }
}
