USERS GET CONTEXT FOR USER
This hovercard feature provides detailed info about someone's involvement
in pull requests, issues, repositories, and organizations, using `subject_type`
and `subject_id` for context. OAuth to
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GITHUB_USERS_GET_CONTEXT_FOR_USER])