{
  "type": "ai-chat",
  "description": "AI chat for connected UDFs.",
  "hasChildren": false,
  "propsSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "properties": {
      "title": {
        "description": "Optional title displayed beside the chat surface",
        "type": "string"
      },
      "description": {
        "description": "Optional helper text displayed beside the chat surface",
        "type": "string"
      },
      "systemPromptExtra": {
        "description": "Optional additional system prompt appended to the AI chat instructions",
        "type": "string"
      },
      "style": {
        "description": "Inline CSS styles as a plain CSS string (e.g., \"height: 500px; border-radius: 8px\")",
        "type": "string"
      }
    },
    "description": "Always-on AI chat for asking questions about UDFs connected to this JSON UI node."
  }
}
