http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
TextEditorCodeExecutionContent
/
Replaced
Replaced
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"text_editor_code_execution_str_replace_result"
)
data
class
Replaced
(
val
lines
:
List
<
String
>
=
emptyList()
,
val
old_start
:
Int
?
=
null
,
val
old_lines
:
Int
?
=
null
,
val
new_start
:
Int
?
=
null
,
val
new_lines
:
Int
?
=
null
)
:
TextEditorCodeExecutionContent
(
source
)
Members
Constructors
Replaced
Link copied to clipboard
constructor
(
lines
:
List
<
String
>
=
emptyList()
,
old_start
:
Int
?
=
null
,
old_lines
:
Int
?
=
null
,
new_start
:
Int
?
=
null
,
new_lines
:
Int
?
=
null
)
Properties
lines
Link copied to clipboard
val
lines
:
List
<
String
>
new_
lines
Link copied to clipboard
val
new_lines
:
Int
?
new_
start
Link copied to clipboard
val
new_start
:
Int
?
old_
lines
Link copied to clipboard
val
old_lines
:
Int
?
old_
start
Link copied to clipboard
val
old_start
:
Int
?