koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-planner
/
ai.koog.agents.planner.llm
/
PlanStep
Plan
Step
@
Serializable
data
class
PlanStep
(
val
description
:
String
,
val
isCompleted
:
Boolean
=
false
)
(
source
)
Represents a step in the plan.
Members
Constructors
Plan
Step
Link copied to clipboard
constructor
(
description
:
String
,
isCompleted
:
Boolean
=
false
)
Properties
description
Link copied to clipboard
val
description
:
String
The description of the step.
is
Completed
Link copied to clipboard
@
EncodeDefault
val
isCompleted
:
Boolean
Whether the step has been completed.