ReplayChat
Object Hierarchy:
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.
Content:
Properties:
Creation methods:
Methods:
- public void report_replay_outcome (string replay_issues = "")
Compare replay parse outcome with what the live run did for the last
returned content. replay_issues is the parser issues string (non-empty means replay had issues). Uses last_returned_content_index from
the most recent send(). On mismatch (live had issues but replay did not, or the reverse), report and exit; replay cannot be recovered
when outcomes diverge.
- public override async Chat send (ArrayList<Message> messages, Cancellable? cancellable = null)
Inherited Members:
All known members inherited from class OLLMchat.Call.Chat
All known members inherited from class OLLMchat.Call.ChatBase
All known members inherited from class OLLMchat.Call.Base
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface
OLLMchat.ChatContentInterface
All known members inherited from interface Json.Serializable
- default_deserialize_property
- default_serialize_property
- deserialize_property
- find_property
- get_property
- list_properties
- serialize_property
- set_property