{
  "fields": {
    "key": "Key",
    "value": "Value",
    "providedByUser": "Provided By User",
    "advanced": "Advanced",
    "describeKeyUsage": "Describe your key usage for better AI inference :",
    "descriptionPlaceholder": "Description",
    "addValue": "Add A Value",
    "acceptedValues": "Specify the accepted values for the key :",
    "add": "+ Add"
  },
  "template": {
    "startFromTemplate": "Start from a template",
    "nameLabel": "Name",
    "descriptionLabel": "Description",
    "descriptionPlaceholder": "e.g: Useful for suggesting products based on the customer's purchase history.",
    "alert": {
      "descriptionImportance": "The description is very important, as the AI Employee will use it to determine when to apply it and how to proceed.",
      "descriptionExample": "For example, for a tool that recommends products: 'Useful for suggesting products based on the customer's purchase history' is better than 'Product recommendation API'."
    },
    "urlLabel": "URL to call",
    "requestMethod": "Request Method",
    "methodOptions": {
      "get": "GET",
      "post": "POST",
      "put": "PUT",
      "patch": "PATCH",
      "delete": "DELETE"
    },
    "pathVariables": "Path Variables",
    "queryParameters": "Query Parameters",
    "bodyParameters": "Body Parameters",
    "headers": "Headers",
    "approvalRequired": "Approval Required",
    "approvalHelperText": "When enabled, an administrator's approval is required to proceed with the action",
    "randomCatPicture": {
      "title": "Random Cat Picture",
      "description": "Ask your AI Employee to fetch a random cat picture from thecatapi.com",
      "select": "Select"
    }
  }
}