Merge pull request #2303 from automatisch/mistral-ai-integration

feat(mistral-ai): add app with create chat completion action
This commit is contained in:
Ali BARIN
2025-01-24 13:14:39 +01:00
committed by GitHub
16 changed files with 349 additions and 0 deletions

View File

@@ -322,6 +322,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/miro/connection' },
],
},
{
text: 'Mistral AI',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/mistral-ai/actions' },
{ text: 'Connection', link: '/apps/mistral-ai/connection' },
],
},
{
text: 'Notion',
collapsible: true,