generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
there are times I found executor executed 6 steps, but planner only got 5 steps result
when constructed the MLPredictionTask too earlier before executor agent run,
https://github.com/opensearch-project/ml-commons/blob/main/ml-algorithms/src/main/[…]engine/algorithms/agent/MLPlanExecuteAndReflectAgentRunner.java
on L389
the added steps at line 520
https://github.com/opensearch-project/ml-commons/blob/main/ml-algorithms/src/main/[…]engine/algorithms/agent/MLPlanExecuteAndReflectAgentRunner.java
didn't changed the request for MLPredictionTask. the added step is missed.