FunctionTool

data class FunctionTool(var function: Function) : Tool

Represents a tool that calls a function.

See also

Constructors

Link copied to clipboard
constructor(function: Function)

Properties

Link copied to clipboard
Link copied to clipboard
open override val type: Tool.Type

What type of tool this is. This will always match this class's type. For example, for functions: