AbstractExecuteCode

abstract class AbstractExecuteCode : Tool<Request, Response>

Inheritors

Functions

Link copied to clipboard
abstract fun call(p: Request): Response
Link copied to clipboard
Link copied to clipboard
open fun getExamples(): String
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getRequestType(): Type
Link copied to clipboard