walhalla.open2ch
Topic
Represents a semantically grouped topic extracted from a thread's comments. Each topic contains a title, associated comment numbers, metadata such as category and tags, and logic to render/publish it as a Markdown article.
title
String
The title or summary of this topic, typically generated via LLM.
comments
ListInteger
Integer
The list of comment numbers (1-based) that are relevant to this topic.
category
String
Optional category label for the topic (used in publishing).
tags
ListString
String
Optional tag labels for the topic (used in publishing).