{
  "version": 1,
  "results": [
    {
      "prompt": {
        "raw": "Rephrase this in French: Hello world",
        "display": "Rephrase this in {{language}}: {{body}}"
      },
      "vars": {
        "language": "French",
        "body": "Hello world"
      },
      "response": {
        "output": "Bonjour le monde",
        "tokenUsage": {
          "cached": 19
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Translate this to conversational French: Hello world",
        "display": "Translate this to conversational {{language}}: {{body}}"
      },
      "vars": {
        "language": "French",
        "body": "Hello world"
      },
      "response": {
        "output": "Bonjour le monde",
        "tokenUsage": {
          "cached": 20
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Rephrase this in French: I&#39;m hungry",
        "display": "Rephrase this in {{language}}: {{body}}"
      },
      "vars": {
        "language": "French",
        "body": "I'm hungry"
      },
      "response": {
        "output": "J'ai faim.",
        "tokenUsage": {
          "cached": 24
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Translate this to conversational French: I&#39;m hungry",
        "display": "Translate this to conversational {{language}}: {{body}}"
      },
      "vars": {
        "language": "French",
        "body": "I'm hungry"
      },
      "response": {
        "output": "J'ai faim.",
        "tokenUsage": {
          "cached": 25
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Rephrase this in Pirate: Hello world",
        "display": "Rephrase this in {{language}}: {{body}}"
      },
      "vars": {
        "language": "Pirate",
        "body": "Hello world"
      },
      "response": {
        "output": "Ahoy thar, world!",
        "tokenUsage": {
          "cached": 23
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Translate this to conversational Pirate: Hello world",
        "display": "Translate this to conversational {{language}}: {{body}}"
      },
      "vars": {
        "language": "Pirate",
        "body": "Hello world"
      },
      "response": {
        "output": "Ahoy thar world!",
        "tokenUsage": {
          "cached": 23
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Rephrase this in Pirate: I&#39;m hungry",
        "display": "Rephrase this in {{language}}: {{body}}"
      },
      "vars": {
        "language": "Pirate",
        "body": "I'm hungry"
      },
      "response": {
        "output": "Arrr, me belly be empty and yearnin' for grub.",
        "tokenUsage": {
          "cached": 33
        }
      },
      "success": true
    },
    {
      "prompt": {
        "raw": "Translate this to conversational Pirate: I&#39;m hungry",
        "display": "Translate this to conversational {{language}}: {{body}}"
      },
      "vars": {
        "language": "Pirate",
        "body": "I'm hungry"
      },
      "response": {
        "output": "Arrr, me belly be rumblin'! I be needin' some grub!",
        "tokenUsage": {
          "cached": 39
        }
      },
      "success": true
    }
  ],
  "stats": {
    "successes": 8,
    "failures": 0,
    "tokenUsage": {
      "total": 0,
      "prompt": 0,
      "completion": 0,
      "cached": 206
    }
  },
  "table": {
    "head": {
      "prompts": [
        "Rephrase this in {{language}}: {{body}}",
        "Translate this to conversational {{language}}: {{body}}"
      ],
      "vars": ["body", "language"]
    },
    "body": [
      {
        "outputs": ["Bonjour le monde", "Bonjour le monde"],
        "vars": ["Hello world", "French"]
      },
      {
        "outputs": ["J'ai faim.", "J'ai faim."],
        "vars": ["I'm hungry", "French"]
      },
      {
        "outputs": ["Ahoy thar, world!", "Ahoy thar world!"],
        "vars": ["Hello world", "Pirate"]
      },
      {
        "outputs": [
          "Arrr, me belly be empty and yearnin' for grub.",
          "Arrr, me belly be rumblin'! I be needin' some grub!"
        ],
        "vars": ["I'm hungry", "Pirate"]
      }
    ]
  }
}
