gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
CodeExecutionResult
Code
Execution
Result
@
Serializable
data
class
CodeExecutionResult
(
val
outcome
:
String
,
val
output
:
String
)
Represents the code execution result.
Members
Constructors
Code
Execution
Result
Link copied to clipboard
constructor
(
outcome
:
String
,
output
:
String
)
Properties
outcome
Link copied to clipboard
val
outcome
:
String
The outcome.
output
Link copied to clipboard
val
output
:
String
The output.