ThreadMarker
Positional marker for conversation history insertion during template rendering.
During prepare(), nonce strings in rendered text are replaced with
ThreadMarker objects. The pipeline then replaces them with actual
conversation messages from the inputs.
Class Diagram
Section titled “Class Diagram”---
title: ThreadMarker
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ThreadMarker {
+string name
+string kind
}
Yaml Example
Section titled “Yaml Example”name: threadkind: threadProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| name | string | The input property name (e.g. ‘conversation’) |
| kind | string | The rich kind (‘thread’, ‘image’, ‘file’, ‘audio’) |