AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentOutput
/
Tool
Tool
jvm
data
class
Tool
(
val
name
:
String
,
val
callId
:
String
,
val
content
:
String
,
val
type
:
Tool.RuntimeOutput.OutputType
)
:
AgentOutput
(
source
)
Members
Constructors
Tool
Link copied to clipboard
jvm
constructor
(
name
:
String
,
callId
:
String
,
content
:
String
,
type
:
Tool.RuntimeOutput.OutputType
)
Properties
call
Id
Link copied to clipboard
jvm
val
callId
:
String
content
Link copied to clipboard
jvm
val
content
:
String
name
Link copied to clipboard
jvm
val
name
:
String
type
Link copied to clipboard
jvm
val
type
:
Tool.RuntimeOutput.OutputType