class

Enkaidu::MCPFunction::Runner

Inherits LLM::Function::Runner < Reference < Object

This defines the runner that is instantiated to execute the function.

Constructors

Instance methods

execute(args : JSON::Any) : String

Implement this method to handle the LLM function call, and return a String with the JSON value.

Source