CallFunction


Object Hierarchy:

Object hierarchy for CallFunction

Description:

public class CallFunction : Object, Serializable

Represents a function call with name and arguments. Used within ToolCall to represent the function being called.

JSON example handled by this class:

"function": {

"name": "read_file",

"arguments": {

"file_path": "src/Example.vala",

"encoding": "utf-8",

"options": {

"timeout": 30

},

"tags": ["important", "documentation"]

}

}

This is the "function" object within a tool call.


Namespace: OLLMchat.Response
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

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