WrapInterface


Object Hierarchy:

Object hierarchy for WrapInterface

Description:

public interface WrapInterface : Object

Interface for tools that can be wrapped by other tools.

Only tools that implement this interface can be wrapped. Each tool implements deserialize_wrapped() differently based on its needs. For example, RunCommand.Tool might construct a command string from a template, while WebFetch.Tool might parse arguments differently for URL construction.

All known implementing classes:

Namespace: OLLMchat.Tool
Package: ollmchat

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object