AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.session
/
ToolCallRequest
Tool
Call
Request
data
class
ToolCallRequest
(
val
toolName
:
String
,
val
callId
:
String
,
val
arguments
:
String
,
val
validatedArgs
:
JsonElement
?
,
val
reason
:
String
)
(
source
)
Members
Constructors
Tool
Call
Request
Link copied to clipboard
constructor
(
toolName
:
String
,
callId
:
String
,
arguments
:
String
,
validatedArgs
:
JsonElement
?
,
reason
:
String
)
Properties
arguments
Link copied to clipboard
val
arguments
:
String
call
Id
Link copied to clipboard
val
callId
:
String
reason
Link copied to clipboard
val
reason
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String
validated
Args
Link copied to clipboard
val
validatedArgs
:
JsonElement
?