Mistral AI
This guide explains how to use Integry with Mistral AI to post a message on Slack.
pip install integry mistralai2. Initialize Integry & Agent
from mistralai import Mistral
from integry import Integry
from integry import handle_mistralai_tool_callsuser_id = "joe@example.com" #replace with your email used during sign up
3. Register the Integry Function as a Tool
4. Connect Your Slack Account
5. Execute Agent

Last updated
Was this helpful?