Making sure that Core.RPCP and plugin.tool.Tool.RPCP_SOURCE have the same

Updated Display to wait for Ollama to return before continuing
Updated GeniusTools.java to reflect correctly after "The Great Refector"
Temporarly comented out things from API after making Ollama be more threaded pending correction and expantion
This commit is contained in:
2026-07-19 22:05:09 +02:00
parent fc8a06bde5
commit 2defa32cb8
6 changed files with 8 additions and 5 deletions
@@ -33,6 +33,7 @@ import java.util.jar.JarFile;
import static me.neurodock.ollama.OllamaFunctionArgument.deconstructOllamaFunctionArguments;
import static me.neurodock.plugin.Plugin.UNKNOWN_PLUGIN;
import static me.neurodock.plugin.tool.Tool.RPCP_SOURCE;
/**
* The Main class for the System, responsible for managing the OllamaObject, tools, and the Ollama API.
@@ -943,7 +944,7 @@ public class Core {
/**
* Runtime Pre-Compiled Plugins: external plugins loaded at runtime via Plugin-API.
*/
public static final String RPCP = "RPCP";
public static final String RPCP = RPCP_SOURCE;
/**
* Tools defined via the RESt API interface dynamically.