pub fn parse_react_step(text: &str) -> Result<ReActStep, AgentRuntimeError>Expand description
Parses a ReAct response string into a ReActStep.
Case-insensitive; tolerates spaces around the colon.
e.g. Thought :, thought:, THOUGHT : all match.