tool-java
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
tool-java
tool-java
/
com.javaaidev.llmcodeexecutor.executor.java
/
AbstractExecuteCode
Abstract
Execute
Code
abstract
class
AbstractExecuteCode
:
Tool
<
Request
,
Response
>
Inheritors
ExecuteCode
Members
Functions
call
Link copied to clipboard
abstract
fun
call
(
p
:
Request
)
:
Response
get
Description
Link copied to clipboard
open
fun
getDescription
(
)
:
String
get
Examples
Link copied to clipboard
open
fun
getExamples
(
)
:
String
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
String
get
Name
Link copied to clipboard
open
fun
getName
(
)
:
String
get
Parameters
Schema
Link copied to clipboard
open
fun
getParametersSchema
(
)
:
String
get
Request
Type
Link copied to clipboard
abstract
fun
getRequestType
(
)
:
Type
get
Return
Type
Schema
Link copied to clipboard
open
fun
getReturnTypeSchema
(
)
:
String