aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent.tool
/
Outcome
Outcome
interface
Outcome
<
out
O
:
Any
>
Inheritors
Finished
Stuck
Fatal
Members
Types
Fatal
Link copied to clipboard
data
class
Fatal
(
val
message
:
String
)
:
Outcome
<
Nothing
>
Finished
Link copied to clipboard
data
class
Finished
<
O
:
Any
>
(
val
description
:
String
,
val
response
:
O
?
)
:
Outcome
<
O
>
Stuck
Link copied to clipboard
data
class
Stuck
(
val
reason
:
String
)
:
Outcome
<
Nothing
>