class

Enkaidu::ListInstallableTools::Runner

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

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

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