ReplayChat


Object Hierarchy:

Object hierarchy for ReplayChat

Description:

public class ReplayChat : Chat

Chat implementation that returns replayed content instead of calling the LLM. Takes the raw message list; each send() returns the next relevant message's content, skipping roles that are not LLM content (e.g. ui, system, project). Used by tests to drive the real Runner/List flow with session messages.


Namespace: OLLMchat.Call
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface OLLMchat.ChatContentInterface
All known members inherited from interface Json.Serializable