aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.tool
/
Parameter
Parameter
sealed
class
Parameter
Inheritors
Primitive
Complex
Members
Members & Extensions
Types
Complex
Link copied to clipboard
sealed
class
Complex
:
Parameter
Primitive
Link copied to clipboard
data
class
Primitive
(
val
name
:
String
,
val
description
:
String
?
,
val
isRequired
:
Boolean
,
val
type
:
ParameterType.Primitive
)
:
Parameter
Properties
description
Link copied to clipboard
open
val
description
:
String
?
is
Required
Link copied to clipboard
open
val
isRequired
:
Boolean
name
Link copied to clipboard
open
val
name
:
String
type
Link copied to clipboard
open
val
type
:
ParameterType
Functions
get
Int
Value
Link copied to clipboard
fun
Parameter
.
getIntValue
(
arguments
:
JsonObject
)
:
Int
get
String
Value
Link copied to clipboard
fun
Parameter
.
getStringValue
(
arguments
:
JsonObject
)
:
String