Base


Object Hierarchy:

Object hierarchy for Base

Description:

public class Base : Object, Interface

Base handler for agent requests.

Created per message/request and manages the lifecycle of a single request. Wraps the client and handles signal relaying for that specific request.

This is the default handler for simple agents (like JustAsk) that don't need special system message handling. For agents that need system message regeneration (like CodeAssistant), use a specialized handler.

All known sub-classes:

Namespace: OLLMchat.Agent
Package: ollmchat

Content:

Creation methods:

Methods:

Signals:

Fields:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface OLLMchat.Agent.Interface