Namespace Mythosia.AI.Services
Interfaces
- IAIService
Core abstraction for AI completion and streaming services. Implement this interface to create custom AI service providers.
- IFunctionRegisterable
Marks an AI service as capable of accepting function (tool) registrations at runtime. Implemented by
AIServicein the core package.