Interface IFunctionRegisterable
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
functionFunctionDefinition