Mostly works

This commit is contained in:
2026-05-03 11:13:06 -04:00
parent 6f4519894b
commit 60663b8d4a
21 changed files with 3188 additions and 1706 deletions
+8 -1
View File
@@ -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
*/