HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
AITool
AITool
data
class
AITool
(
val
name
:
String
,
val
description
:
String
,
val
inputSchema
:
Map
<
String
,
Any
>
)
Members
Constructors
AITool
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
inputSchema
:
Map
<
String
,
Any
>
)
Properties
description
Link copied to clipboard
val
description
:
String
input
Schema
Link copied to clipboard
val
inputSchema
:
Map
<
String
,
Any
>
name
Link copied to clipboard
val
name
:
String