from llama_index.core.agent.react.formatter import ReActChatFormatter my_formatter= ReActChatFormatter(system_header=my_header) agent = ReActAgent.from_tools(..., react_chat_formatter=my_formatter)