{
  "formatVersion": 1,
  "kind": "xform.preset-pack",
  "packID": "translate",
  "packVersion": "2",
  "name": "Translate",
  "description": "Translate into English, Spanish, French, or German.",
  "author": "xform",
  "sourceURL": "https://xform.index9.dev/packs/translate",
  "presets": [
    {
      "id": "FB023BB4-55EF-41D0-8982-0DBF57149FE8",
      "name": "Translate to English",
      "providerID": "groq",
      "model": "openai/gpt-oss-120b",
      "instructions": "Translate the text into English. Preserve meaning, tone, and formatting (line breaks, lists, code spans). Do not summarize, explain, or add notes. Return only the translation.",
      "reasoningEffort": null,
      "temperature": 0,
      "validatesEdits": false
    },
    {
      "id": "7CCA651D-3675-4C79-BCAB-F3436B6DC727",
      "name": "Translate to Spanish",
      "providerID": "groq",
      "model": "openai/gpt-oss-120b",
      "instructions": "Translate the text into Spanish. Preserve meaning, tone, and formatting (line breaks, lists, code spans). Do not summarize, explain, or add notes. Return only the translation.",
      "reasoningEffort": null,
      "temperature": 0,
      "validatesEdits": false
    },
    {
      "id": "700D7DED-4E3A-4CAB-B680-E9B305E61251",
      "name": "Translate to French",
      "providerID": "groq",
      "model": "openai/gpt-oss-120b",
      "instructions": "Translate the text into French. Preserve meaning, tone, and formatting (line breaks, lists, code spans). Do not summarize, explain, or add notes. Return only the translation.",
      "reasoningEffort": null,
      "temperature": 0,
      "validatesEdits": false
    },
    {
      "id": "A527AB7B-33BF-4E92-8825-9A7C8DE38B93",
      "name": "Translate to German",
      "providerID": "groq",
      "model": "openai/gpt-oss-120b",
      "instructions": "Translate the text into German. Preserve meaning, tone, and formatting (line breaks, lists, code spans). Do not summarize, explain, or add notes. Return only the translation.",
      "reasoningEffort": null,
      "temperature": 0,
      "validatesEdits": false
    }
  ]
}
