Table of Contents

Interface IFunctionRegisterable

Namespace
Mythosia.AI.Services
Assembly
Mythosia.AI.Abstractions.dll

Marks an AI service as capable of accepting function (tool) registrations at runtime. Implemented by AIService in the core package.

public interface IFunctionRegisterable

Methods

AddFunction(FunctionDefinition)

Registers a function definition so the LLM can call it during a ReAct loop.

void AddFunction(FunctionDefinition function)

Parameters

function FunctionDefinition