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.tool.read
/
ReadRequest
Read
Request
jvm
@
Serializable
sealed
interface
ReadRequest
(
source
)
Inheritors
File
Summarize
Members
Types
File
Link copied to clipboard
jvm
@
Serializable
data
class
File
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
lineNumber
:
Boolean
,
val
unicodeEscape
:
Boolean
)
:
ReadRequest
Summarize
Link copied to clipboard
jvm
@
Serializable
data
class
Summarize
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
prompt
:
String
?
)
:
ReadRequest
Properties
display
Path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
abstract
val
displayPath
:
Path
end
Line
Link copied to clipboard
jvm
abstract
val
endLine
:
Int
line
Number
Link copied to clipboard
jvm
abstract
val
lineNumber
:
Boolean
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
abstract
val
path
:
Path
start
Line
Link copied to clipboard
jvm
abstract
val
startLine
:
Int
unicode
Escape
Link copied to clipboard
jvm
abstract
val
unicodeEscape
:
Boolean