Fetch Conversation History
Fetches a conversation's history of messages and events.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SLACK_FETCH_CONVERSATION_HISTORY])
Conversations History
Fetches a conversation's history of messages and events.<<DEPRECATED use
fetch_conversation_history>>
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SLACK_CONVERSATIONS_HISTORY])