SerenAI

Pay Per Call Agentic Commerce

OrganizationCustomSkillFileInput

Properties

PropertyTypeRequiredDescription
content_base64 string Yes
content_type string,null No
relative_path string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "relative_path",
    "content_base64"
  ],
  "properties": {
    "content_base64": {
      "type": "string"
    },
    "content_type": {
      "type": [
        "string",
        "null"
      ]
    },
    "relative_path": {
      "type": "string"
    }
  }
}