syndisco.Annotation
- class Annotation(annotator: Actor, discussion_logs: Logs, history_ctx_len: int = 2, textwrap_len: int = 900000)
Bases:
objectAn annotation job applied on a single discussion.
Modelled as a discussion between the system writing the logs of a finished discussion, and a single LLM Annotator.
- begin(verbose: bool = True) None
Run annotation on the entire discussion, printing each entry when verbose is
True.- Parameters:
verbose (bool, optional) – Whether to print each comment to stdout, defaults to
True.