aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.tool
/
Parameter
/
Primitive
Primitive
data
class
Primitive
(
val
name
:
String
,
val
description
:
String
?
,
val
isRequired
:
Boolean
,
val
type
:
ParameterType.Primitive
)
:
Parameter
Members
Members & Extensions
Constructors
Primitive
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
isRequired
:
Boolean
,
type
:
ParameterType.Primitive
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
is
Required
Link copied to clipboard
open
override
val
isRequired
:
Boolean
name
Link copied to clipboard
open
override
val
name
:
String
type
Link copied to clipboard
open
override
val
type
:
ParameterType.Primitive
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