client_id
: The client ID of the registered Microsoft Entra ID application.client_secret
: The client secret of the registered Microsoft Entra ID application.tenant_id
: The tenant ID of the registered Microsoft Entra ID application.client_id
parameter, and copy the Directory (tenant) ID and record it as the tenant_id
parameter.client_secret
parameter.https://cloud.mindsdb.com/verify-auth
http://localhost:47334/verify-auth
(for local development)chats
: chats that the signed in user is a member of.chat_messages
: messages sent to the signed in user’s chats.channels
: channels that the signed in user is a member of.channel_messages
: messages sent to the signed in user’s channels.teams
engine by passing in the required parameters:
LangChain
or LlamaIndex
integrations. Given below is an example of a conversational model created using the LlamaIndex
integration:
enable_dms
parameter is optional and is the initially supported mode of talking to a chatbot. A chatbot responds to direct messages.