When you write this:

agent = initialize_agent(

tools=[GitHubTool, SlackTool, SQLDatabaseTool],

llm=llm,

agent_kwargs={"system_message": "You summarize pull requests."}