Class Core.Source
java.lang.Object
me.neurodock.core.Core.Source
- Enclosing class:
Core
Represents the source of a tool.
This is intended for use with Core.addTool(OllamaFunctionTool, String)
to indicate the category from which a tool originates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTools defined via the RESt API interface dynamically.static final StringTools boundeld with the Core runtime (memory, file access, etc.) DO NOT USE THIS unless you are poking at core stuff :).static final StringCompile-Time Plugins: boundeld at build time as part of the application.static final StringRuntime Pre-Compiled Plugins: external plugins loaded at runtime via Plugin-API. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CORE
Tools boundeld with the Core runtime (memory, file access, etc.) DO NOT USE THIS unless you are poking at core stuff :).- See Also:
-
CTP
Compile-Time Plugins: boundeld at build time as part of the application. Examples: MALAPITool, GeniusAPI, WikipediaTool.- See Also:
-
RPCP
Runtime Pre-Compiled Plugins: external plugins loaded at runtime via Plugin-API.- See Also:
-
API
-
-
Constructor Details
-
Source
public Source()
-