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.tool.args
/
ReadArgs
Read
Args
@
Serializable
sealed
class
ReadArgs
:
ToolArgs
(
source
)
Inheritors
File
Summarize
Unicode
Members
Types
File
Link copied to clipboard
@
Serializable
data
class
File
(
val
filePath
:
String
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
lineNumber
:
Boolean
=
true
)
:
ReadArgs
Summarize
Link copied to clipboard
@
Serializable
data
class
Summarize
(
val
filePath
:
String
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
prompt
:
String
?
=
null
)
:
ReadArgs
Unicode
Link copied to clipboard
@
Serializable
data
class
Unicode
(
val
filePath
:
String
,
val
startChar
:
Int
=
0
,
val
maxChars
:
Int
)
:
ReadArgs