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
/
Summarize
Summarize
jvm
@
Serializable
data
class
Summarize
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
prompt
:
String
?
)
:
ReadRequest
(
source
)
Members
Constructors
Summarize
Link copied to clipboard
jvm
constructor
(
path
:
Path
,
displayPath
:
Path
,
startLine
:
Int
,
endLine
:
Int
,
prompt
:
String
?
)
Properties
display
Path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
open
override
val
displayPath
:
Path
end
Line
Link copied to clipboard
jvm
open
override
val
endLine
:
Int
line
Number
Link copied to clipboard
jvm
open
override
val
lineNumber
:
Boolean
=
true
path
Link copied to clipboard
jvm
@
Serializable
(
with
=
PathSerializer::class
)
open
override
val
path
:
Path
prompt
Link copied to clipboard
jvm
val
prompt
:
String
?
start
Line
Link copied to clipboard
jvm
open
override
val
startLine
:
Int
unicode
Escape
Link copied to clipboard
jvm
open
override
val
unicodeEscape
:
Boolean
=
false