agent.update_prompts({"agent_worker:system_prompt": react_system_prompt})
?from llama_index.core.agent import ReActAgent agent = ReActAgent.from_tools(react_chat_formatter="UPDATE THIS")
ReActAgent.from_tools(..., context="<context about the agents task or job>")