feat(mistral-ai): add app with create chat completion action

This commit is contained in:
Ali BARIN
2025-01-22 15:54:34 +00:00
parent e686d3b067
commit 18a92d9a4e
16 changed files with 349 additions and 0 deletions

View File

@@ -313,6 +313,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,