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
/
Viewed
Viewed
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"text_editor_code_execution_view_result"
)
data
class
Viewed
(
val
content
:
String
,
val
file_type
:
String
?
=
null
,
val
num_lines
:
Int
?
=
null
,
val
start_line
:
Int
?
=
null
,
val
total_lines
:
Int
?
=
null
)
:
TextEditorCodeExecutionContent
(
source
)
Members
Constructors
Viewed
Link copied to clipboard
constructor
(
content
:
String
,
file_type
:
String
?
=
null
,
num_lines
:
Int
?
=
null
,
start_line
:
Int
?
=
null
,
total_lines
:
Int
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
file_
type
Link copied to clipboard
val
file_type
:
String
?
num_
lines
Link copied to clipboard
val
num_lines
:
Int
?
start_
line
Link copied to clipboard
val
start_line
:
Int
?
total_
lines
Link copied to clipboard
val
total_lines
:
Int
?