forked from wmantly/mc-bot-town
Mostly works
This commit is contained in:
@@ -22,4 +22,11 @@ module.exports = {
|
||||
ProviderFactory,
|
||||
GeminiProvider,
|
||||
OllamaProvider
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Provider interface for tool support
|
||||
* All providers must implement these methods:
|
||||
* - setTools(tools): Configure available tools for function calling
|
||||
* - supportsTools(): boolean - whether this provider supports tool calling
|
||||
*/
|
||||
Reference in New Issue
Block a user