Enkaidu::MCPFunction::Runner
Inherits LLM::Function::Runner < Reference < Object
This defines the runner that is instantiated to execute the function.
Constructors
new(func : Enkaidu::MCPFunction)
SourceInstance methods
execute(args : JSON::Any) : String
Implement this method to handle the LLM function call, and return a String with the JSON value.