ChatMessage(role=<MessageRole.SYSTEM: 'system'>, content='\nYou are designed to help with a variety of tasks, from answering questions...
react_chat_formatter
system_header
to be your own instructionsformatter = ReActChatFormatter(system_header="my header") agent = ReActAgent.from_tools(..., react_chat_formatter=formatter)
chat_engine = index.as_chat_engine(chat_mode='openai', system_prompt="my system prompt")
agent = OpenAIAgent,from_tools(..., system_prompt="my system prompt")