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§
- Function
Declaration - Represents a function’s declaration, which can be passed to an LLM.
- Parameter
- Defines a single parameter for a function.
Enums§
- Parameter
Type - An enumeration of supported parameter types.