Module function

Source
Expand description

Function declaration types for LLM integration

This module defines the structures for representing functions that can be called by Large Language Models (LLMs), including their parameters and types.

Structs§

FunctionDeclaration
Represents a function’s declaration, which can be passed to an LLM.
Parameter
Defines a single parameter for a function.

Enums§

ParameterType
An enumeration of supported parameter types.