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
/
BashCodeExecutionContent
/
Executed
Executed
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"bash_code_execution_result"
)
data
class
Executed
(
val
stdout
:
String
?
=
null
,
val
stderr
:
String
?
=
null
,
val
return_code
:
Int
?
=
null
,
val
content
:
List
<
BashCodeExecutionOutput
>
=
emptyList()
)
:
BashCodeExecutionContent
(
source
)
Members
Constructors
Executed
Link copied to clipboard
constructor
(
stdout
:
String
?
=
null
,
stderr
:
String
?
=
null
,
return_code
:
Int
?
=
null
,
content
:
List
<
BashCodeExecutionOutput
>
=
emptyList()
)
Properties
content
Link copied to clipboard
val
content
:
List
<
BashCodeExecutionOutput
>
return_
code
Link copied to clipboard
val
return_code
:
Int
?
stderr
Link copied to clipboard
val
stderr
:
String
?
stdout
Link copied to clipboard
val
stdout
:
String
?