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
/
SimplePlanAssessment
/
Replan
Replan
class
Replan
<
Plan
>
(
val
currentPlan
:
Plan
,
val
reason
:
String
)
:
SimplePlanAssessment
<
Plan
>
(
source
)
Indicates that the plan should be replanned based on the current state.
Members
Constructors
Replan
Link copied to clipboard
constructor
(
currentPlan
:
Plan
,
reason
:
String
)
Properties
current
Plan
Link copied to clipboard
val
currentPlan
:
Plan
reason
Link copied to clipboard
val
reason
:
String
The reason for replanning.