Replan Context
data class ReplanContext(val result: Tool.Result, val agentProcess: AgentProcess, val tool: ToolInfo)
Context provided to ReplanDecider for making replanning decisions.
Parameters
result
The full result returned by the tool
agent Process
The current agent process
tool
Info about the tool that was called
Properties
Link copied to clipboard
Link copied to clipboard
The artifact if this is a Tool.Result.WithArtifact, null otherwise
Link copied to clipboard
Link copied to clipboard
The text content of the result