Skip to content

Missed added steps passing from executor to planner #4376

@mingshl

Description

@mingshl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions