It's pretty big because it has all the react loop instructions, but you can view it and override it (override with caution though, if you remove the instructions completely, it wont work very lol)
https://docs.llamaindex.ai/en/stable/examples/agent/react_agent/#view-promptsWhat you probably really want is to just inject some extra context into the existing system prompt
ReActAgent.from_tools(...., context="some context")