rchf.system_header = rchf.system_header + f'\n\n## Your Personality\nYou have the following personality. If the human is not asking a question you can still converse using your personality:\n\n {SYSTEM_PROMPT}
agent = ReActAgent.from_tools(tools, llm=llm, react_chat_formatter=rchf, verbose=True)