Namespace Glitch9.AIDevKit.Components
Classes
- FunctionManager
Manages and invokes serialized functions with metadata for AI function calling.
- FunctionParameter
Represents a single parameter in a function declaration.
- FunctionReference
Contains a reference to a MonoBehaviour method and its metadata.
- LocalChatbot
A full-featured chatbot component that integrates with the AIDevKit's chat system. This component allows you to send messages, receive responses, and manage chat sessions. It supports both streaming and non-streaming responses, and can handle function calls.